Html Css Color HEX #787625 Olivetone

📋 copy color: '#787625'

red 120 ◦ green 118 ◦ blue 37

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

Shades of Olivetone #787625

Tints of Olivetone #787625

RGB

 RED value IS 120 (47.27% from 255) = 43.64%

 GREEN value IS 118 (46.48% from 255) = 42.91%

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

R = 43.64%
G = 42.91%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#787625 (or 0x787625) is known color: Olivetone. HEX triplet: 78, 76 and 25. RGB value is (120,118,37). Sum of RGB (Red+Green+Blue) = 120+118+37=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #787625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787625 is #8789DA. Grayscale: #6D6D6D. Windows color (decimal): -8882651 or 2455160. OLE color: 2455160.

HSL color Cylindrical-coordinate representation of color #787625: hue angle of 58.55º 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 #787625 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 37 -
CMYK 0 0.02 0.69 0.53
HSL 58.55º 0.53% 0.31% -
HSV(B) 58.55º 0.69% 0.47% -
XYZ 14.56 17.08 4.28 -
YUV 109.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 120 118 37 0 0.02 0.69 0.53 58.55 0.53 0.31
Hex 78 76 25 0 2 45 35 3B 35 1F
Octal 170 166 45 0 2 105 65 73 65 37
Binary 1111000 1110110 100101 0 10 1000101 110101 111011 110101 11111

Color Harmonies of #787625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787625

Black with #787625

Text Example


Text Example

White with #787625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787625; }

 p { color: rgb(120,118,37); }

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

background-color css

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

 a { background-color: rgb(120,118,37); }

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

border-color css

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

 span { border-color: rgb(120,118,37); }

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