Html Css Color HEX #786D02 Olive

📋 copy color: '#786D02'

red 120 ◦ green 109 ◦ blue 2

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

Shades of Olive #786D02

Tints of Olive #786D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 51.95%
G = 47.19%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#786D02 (or 0x786D02) is known color: Olive. HEX triplet: 78, 6D and 02. RGB value is (120,109,2). Sum of RGB (Red+Green+Blue) = 120+109+2=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #786D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D02 is #8792FD. Grayscale: #646464. Windows color (decimal): -8884990 or 159096. OLE color: 159096.

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

Color convert

RGB 120 109 2 -
CMYK 0 0.09 0.98 0.53
HSL 54.41º 0.97% 0.24% -
HSV(B) 54.41º 0.98% 0.47% -
XYZ 13.23 14.93 2.24 -
YUV 100.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 120 109 2 0 0.09 0.98 0.53 54.41 0.97 0.24
Hex 78 6D 2 0 9 62 35 36 61 18
Octal 170 155 2 0 11 142 65 66 141 30
Binary 1111000 1101101 10 0 1001 1100010 110101 110110 1100001 11000

Color Harmonies of #786D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D02

Black with #786D02

Text Example


Text Example

White with #786D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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