Html Css Color HEX #788208 Olive

📋 copy color: '#788208'

red 120 ◦ green 130 ◦ blue 8

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

Shades of Olive #788208

Tints of Olive #788208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.39%

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

R = 46.51%
G = 50.39%
B = 3.1%

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

#788208 (or 0x788208) is known color: Olive. HEX triplet: 78, 82 and 08. RGB value is (120,130,8). Sum of RGB (Red+Green+Blue) = 120+130+8=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #788208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788208 is #877DF7. Grayscale: #717171. Windows color (decimal): -8879608 or 557688. OLE color: 557688.

HSL color Cylindrical-coordinate representation of color #788208: hue angle of 64.92º 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 #788208 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 8 -
CMYK 0.08 0 0.94 0.49
HSL 64.92º 0.88% 0.27% -
HSV(B) 64.92º 0.94% 0.51% -
XYZ 15.77 19.98 3.25 -
YUV 113.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 120 130 8 0.08 0 0.94 0.49 64.92 0.88 0.27
Hex 78 82 8 8 0 5E 31 41 58 1B
Octal 170 202 10 10 0 136 61 101 130 33
Binary 1111000 10000010 1000 1000 0 1011110 110001 1000001 1011000 11011

Color Harmonies of #788208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788208

Black with #788208

Text Example


Text Example

White with #788208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788208; }

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

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

background-color css

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

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

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

border-color css

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

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

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