Html Css Color HEX #788308 Olive

📋 copy color: '#788308'

red 120 ◦ green 131 ◦ blue 8

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

Shades of Olive #788308

Tints of Olive #788308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.58%

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

R = 46.33%
G = 50.58%
B = 3.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#788308 (or 0x788308) is known color: Olive. HEX triplet: 78, 83 and 08. RGB value is (120,131,8). Sum of RGB (Red+Green+Blue) = 120+131+8=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #788308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788308 is #877CF7. Grayscale: #727272. Windows color (decimal): -8879352 or 557944. OLE color: 557944.

HSL color Cylindrical-coordinate representation of color #788308: hue angle of 65.37º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #788308 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 8 -
CMYK 0.08 0 0.94 0.49
HSL 65.37º 0.88% 0.27% -
HSV(B) 65.37º 0.94% 0.51% -
XYZ 15.91 20.24 3.3 -
YUV 113.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 120 131 8 0.08 0 0.94 0.49 65.37 0.88 0.27
Hex 78 83 8 8 0 5E 31 41 58 1B
Octal 170 203 10 10 0 136 61 101 130 33
Binary 1111000 10000011 1000 1000 0 1011110 110001 1000001 1011000 11011

Color Harmonies of #788308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788308

Black with #788308

Text Example


Text Example

White with #788308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788308; }

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

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

background-color css

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

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

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

border-color css

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

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

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