Html Css Color HEX #786F00 Olive

📋 copy color: '#786F00'

red 120 ◦ green 111 ◦ blue 0

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

Shades of Olive #786F00

Tints of Olive #786F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

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

R = 51.95%
G = 48.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#786F00 (or 0x786F00) is known color: Olive. HEX triplet: 78, 6F and 00. RGB value is (120,111,0). Sum of RGB (Red+Green+Blue) = 120+111+0=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #786F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786F00 is #8790FF. Grayscale: #656565. Windows color (decimal): -8884480 or 28536. OLE color: 28536.

HSL color Cylindrical-coordinate representation of color #786F00: hue angle of 55.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 #786F00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 111 0 -
CMYK 0 0.08 1 0.53
HSL 55.5º 1% 0.24% -
HSV(B) 55.5º 1% 0.47% -
XYZ 13.43 15.36 2.26 -
YUV 101.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 120 111 0 0 0.08 1 0.53 55.5 1 0.24
Hex 78 6F 0 0 8 64 35 38 64 18
Octal 170 157 0 0 10 144 65 70 144 30
Binary 1111000 1101111 0 0 1000 1100100 110101 111000 1100100 11000

Color Harmonies of #786F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F00

Black with #786F00

Text Example


Text Example

White with #786F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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