Html Css Color HEX #788F05 Olive

📋 copy color: '#788F05'

red 120 ◦ green 143 ◦ blue 5

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

Shades of Olive #788F05

Tints of Olive #788F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.36%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 44.78%
G = 53.36%
B = 1.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#788F05 (or 0x788F05) is known color: Olive. HEX triplet: 78, 8F and 05. RGB value is (120,143,5). Sum of RGB (Red+Green+Blue) = 120+143+5=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #788F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788F05 is #8770FA. Grayscale: #787878. Windows color (decimal): -8876283 or 364408. OLE color: 364408.

HSL color Cylindrical-coordinate representation of color #788F05: hue angle of 70º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #788F05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 143 5 -
CMYK 0.16 0 0.97 0.44
HSL 70º 0.93% 0.29% -
HSV(B) 70º 0.97% 0.56% -
XYZ 17.6 23.65 3.78 -
YUV 120.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 120 143 5 0.16 0 0.97 0.44 70 0.93 0.29
Hex 78 8F 5 10 0 61 2C 46 5D 1D
Octal 170 217 5 20 0 141 54 106 135 35
Binary 1111000 10001111 101 10000 0 1100001 101100 1000110 1011101 11101

Color Harmonies of #788F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F05

Black with #788F05

Text Example


Text Example

White with #788F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788F05; }

 p { color: rgb(120,143,5); }

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

background-color css

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

 a { background-color: rgb(120,143,5); }

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

border-color css

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

 span { border-color: rgb(120,143,5); }

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