Html Css Color HEX #786D00 Olive

📋 copy color: '#786D00'

red 120 ◦ green 109 ◦ blue 0

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

Shades of Olive #786D00

Tints of Olive #786D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#786D00 (or 0x786D00) is known color: Olive. HEX triplet: 78, 6D and 00. RGB value is (120,109,0). Sum of RGB (Red+Green+Blue) = 120+109+0=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #786D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D00 is #8792FF. Grayscale: #646464. Windows color (decimal): -8884992 or 28024. OLE color: 28024.

HSL color Cylindrical-coordinate representation of color #786D00: hue angle of 54.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #786D00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 109 0 -
CMYK 0 0.09 1 0.53
HSL 54.5º 1% 0.24% -
HSV(B) 54.5º 1% 0.47% -
XYZ 13.21 14.93 2.19 -
YUV 99.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 120 109 0 0 0.09 1 0.53 54.5 1 0.24
Hex 78 6D 0 0 9 64 35 36 64 18
Octal 170 155 0 0 11 144 65 66 144 30
Binary 1111000 1101101 0 0 1001 1100100 110101 110110 1100100 11000

Color Harmonies of #786D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D00

Black with #786D00

Text Example


Text Example

White with #786D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786D00; }

 p { color: rgb(120,109,0); }

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

background-color css

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

 a { background-color: rgb(120,109,0); }

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

border-color css

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

 span { border-color: rgb(120,109,0); }

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