Html Css Color HEX #786D01 Olive

📋 copy color: '#786D01'

red 120 ◦ green 109 ◦ blue 1

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

Shades of Olive #786D01

Tints of Olive #786D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 52.17%
G = 47.39%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#786D01 (or 0x786D01) is known color: Olive. HEX triplet: 78, 6D and 01. RGB value is (120,109,1). Sum of RGB (Red+Green+Blue) = 120+109+1=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #786D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D01 is #8792FE. Grayscale: #646464. Windows color (decimal): -8884991 or 93560. OLE color: 93560.

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

Color convert

RGB 120 109 1 -
CMYK 0 0.09 0.99 0.53
HSL 54.45º 0.98% 0.24% -
HSV(B) 54.45º 0.99% 0.47% -
XYZ 13.22 14.93 2.21 -
YUV 99.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 120 109 1 0 0.09 0.99 0.53 54.45 0.98 0.24
Hex 78 6D 1 0 9 63 35 36 62 18
Octal 170 155 1 0 11 143 65 66 142 30
Binary 1111000 1101101 1 0 1001 1100011 110101 110110 1100010 11000

Color Harmonies of #786D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D01

Black with #786D01

Text Example


Text Example

White with #786D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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