Html Css Color HEX #747725 Olivetone

📋 copy color: '#747725'

red 116 ◦ green 119 ◦ blue 37

#747725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #747725

Tints of Olivetone #747725

RGB

 RED value IS 116 (45.7% from 255) = 42.65%

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 42.65%
G = 43.75%
B = 13.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747725 (or 0x747725) is known color: Olivetone. HEX triplet: 74, 77 and 25. RGB value is (116,119,37). Sum of RGB (Red+Green+Blue) = 116+119+37=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #747725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747725 is #8B88DA. Grayscale: #6D6D6D. Windows color (decimal): -9144539 or 2455412. OLE color: 2455412.

HSL color Cylindrical-coordinate representation of color #747725: hue angle of 62.2º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #747725 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 37 -
CMYK 0.03 0 0.69 0.53
HSL 62.2º 0.53% 0.31% -
HSV(B) 62.2º 0.69% 0.47% -
XYZ 14.13 17.04 4.29 -
YUV 108.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 116 119 37 0.03 0 0.69 0.53 62.2 0.53 0.31
Hex 74 77 25 3 0 45 35 3E 35 1F
Octal 164 167 45 3 0 105 65 76 65 37
Binary 1110100 1110111 100101 11 0 1000101 110101 111110 110101 11111

Color Harmonies of #747725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747725

Black with #747725

Text Example


Text Example

White with #747725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747725; }

 p { color: rgb(116,119,37); }

 H1.HeaderClassName
 {
   color: #747725;
 }
 .AnyTagClassName
 {
   color: #747725;
 }
</style>

background-color css

<style>
 a { background-color: #747725; }

 a { background-color: rgb(116,119,37); }

 div.DivClassName
 {
   background-color: #747725;
 }
 .BgClassName
 {
   background-color: #747725;
 }
</style>

border-color css

<style>
 span { border-color: #747725; }

 span { border-color: rgb(116,119,37); }

 td.TdClassName
 {
   border-color: #747725;
 }
 .TagClassName
 {
   border-color: #747725;
 }
</style>