Html Css Color HEX #78850B Olive

📋 copy color: '#78850B'

red 120 ◦ green 133 ◦ blue 11

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

Shades of Olive #78850B

Tints of Olive #78850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 45.45%
G = 50.38%
B = 4.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#78850B (or 0x78850B) is known color: Olive. HEX triplet: 78, 85 and 0B. RGB value is (120,133,11). Sum of RGB (Red+Green+Blue) = 120+133+11=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #78850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78850B is #877AF4. Grayscale: #737373. Windows color (decimal): -8878837 or 755064. OLE color: 755064.

HSL color Cylindrical-coordinate representation of color #78850B: hue angle of 66.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78850B is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 11 -
CMYK 0.10 0 0.92 0.48
HSL 66.39º 0.85% 0.28% -
HSV(B) 66.39º 0.92% 0.52% -
XYZ 16.19 20.79 3.48 -
YUV 115.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 120 133 11 0.10 0 0.92 0.48 66.39 0.85 0.28
Hex 78 85 B A 0 5C 30 42 55 1C
Octal 170 205 13 12 0 134 60 102 125 34
Binary 1111000 10000101 1011 1010 0 1011100 110000 1000010 1010101 11100

Color Harmonies of #78850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78850B

Black with #78850B

Text Example


Text Example

White with #78850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,133,11); }

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

background-color css

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

 a { background-color: rgb(120,133,11); }

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

border-color css

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

 span { border-color: rgb(120,133,11); }

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