Html Css Color HEX #78771B Olivetone

📋 copy color: '#78771B'

red 120 ◦ green 119 ◦ blue 27

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

Shades of Olivetone #78771B

Tints of Olivetone #78771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 45.11%
G = 44.74%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78771B (or 0x78771B) is known color: Olivetone. HEX triplet: 78, 77 and 1B. RGB value is (120,119,27). Sum of RGB (Red+Green+Blue) = 120+119+27=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78771B is #8788E4. Grayscale: #6D6D6D. Windows color (decimal): -8882405 or 1800056. OLE color: 1800056.

HSL color Cylindrical-coordinate representation of color #78771B: hue angle of 59.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78771B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 27 -
CMYK 0 0.01 0.78 0.53
HSL 59.35º 0.63% 0.29% -
HSV(B) 59.35º 0.78% 0.47% -
XYZ 14.54 17.27 3.6 -
YUV 108.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 120 119 27 0 0.01 0.78 0.53 59.35 0.63 0.29
Hex 78 77 1B 0 1 4E 35 3B 3F 1D
Octal 170 167 33 0 1 116 65 73 77 35
Binary 1111000 1110111 11011 0 1 1001110 110101 111011 111111 11101

Color Harmonies of #78771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78771B

Black with #78771B

Text Example


Text Example

White with #78771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78771B; }

 p { color: rgb(120,119,27); }

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

background-color css

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

 a { background-color: rgb(120,119,27); }

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

border-color css

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

 span { border-color: rgb(120,119,27); }

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