Html Css Color HEX #788E06 Olive

📋 copy color: '#788E06'

red 120 ◦ green 142 ◦ blue 6

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

Shades of Olive #788E06

Tints of Olive #788E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.99%

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 44.78%
G = 52.99%
B = 2.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#788E06 (or 0x788E06) is known color: Olive. HEX triplet: 78, 8E and 06. RGB value is (120,142,6). Sum of RGB (Red+Green+Blue) = 120+142+6=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #788E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788E06 is #8771F9. Grayscale: #787878. Windows color (decimal): -8876538 or 429688. OLE color: 429688.

HSL color Cylindrical-coordinate representation of color #788E06: hue angle of 69.71º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #788E06 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 6 -
CMYK 0.15 0 0.96 0.44
HSL 69.71º 0.92% 0.29% -
HSV(B) 69.71º 0.96% 0.56% -
XYZ 17.45 23.35 3.76 -
YUV 119.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 120 142 6 0.15 0 0.96 0.44 69.71 0.92 0.29
Hex 78 8E 6 F 0 60 2C 46 5C 1D
Octal 170 216 6 17 0 140 54 106 134 35
Binary 1111000 10001110 110 1111 0 1100000 101100 1000110 1011100 11101

Color Harmonies of #788E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E06

Black with #788E06

Text Example


Text Example

White with #788E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,142,6); }

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

background-color css

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

 a { background-color: rgb(120,142,6); }

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

border-color css

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

 span { border-color: rgb(120,142,6); }

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