Html Css Color HEX #788D08 Olive

📋 copy color: '#788D08'

red 120 ◦ green 141 ◦ blue 8

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

Shades of Olive #788D08

Tints of Olive #788D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.42%

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 44.61%
G = 52.42%
B = 2.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#788D08 (or 0x788D08) is known color: Olive. HEX triplet: 78, 8D and 08. RGB value is (120,141,8). Sum of RGB (Red+Green+Blue) = 120+141+8=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #788D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788D08 is #8772F7. Grayscale: #787878. Windows color (decimal): -8876792 or 560504. OLE color: 560504.

HSL color Cylindrical-coordinate representation of color #788D08: hue angle of 69.47º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #788D08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 8 -
CMYK 0.15 0 0.94 0.45
HSL 69.47º 0.89% 0.29% -
HSV(B) 69.47º 0.94% 0.55% -
XYZ 17.31 23.06 3.77 -
YUV 119.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 120 141 8 0.15 0 0.94 0.45 69.47 0.89 0.29
Hex 78 8D 8 F 0 5E 2D 45 59 1D
Octal 170 215 10 17 0 136 55 105 131 35
Binary 1111000 10001101 1000 1111 0 1011110 101101 1000101 1011001 11101

Color Harmonies of #788D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D08

Black with #788D08

Text Example


Text Example

White with #788D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788D08; }

 p { color: rgb(120,141,8); }

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

background-color css

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

 a { background-color: rgb(120,141,8); }

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

border-color css

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

 span { border-color: rgb(120,141,8); }

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