Html Css Color HEX #788306 Olive

📋 copy color: '#788306'

red 120 ◦ green 131 ◦ blue 6

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

Shades of Olive #788306

Tints of Olive #788306

RGB

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

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

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

R = 46.69%
G = 50.97%
B = 2.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#788306 (or 0x788306) is known color: Olive. HEX triplet: 78, 83 and 06. RGB value is (120,131,6). Sum of RGB (Red+Green+Blue) = 120+131+6=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #788306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788306 is #877CF9. Grayscale: #717171. Windows color (decimal): -8879354 or 426872. OLE color: 426872.

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

Color convert

RGB 120 131 6 -
CMYK 0.08 0 0.95 0.49
HSL 65.28º 0.91% 0.27% -
HSV(B) 65.28º 0.95% 0.51% -
XYZ 15.89 20.24 3.24 -
YUV 113.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 120 131 6 0.08 0 0.95 0.49 65.28 0.91 0.27
Hex 78 83 6 8 0 5F 31 41 5B 1B
Octal 170 203 6 10 0 137 61 101 133 33
Binary 1111000 10000011 110 1000 0 1011111 110001 1000001 1011011 11011

Color Harmonies of #788306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788306

Black with #788306

Text Example


Text Example

White with #788306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788306; }

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

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

background-color css

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

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

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

border-color css

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

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

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