Html Css Color HEX #788610 Olive

📋 copy color: '#788610'

red 120 ◦ green 134 ◦ blue 16

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

Shades of Olive #788610

Tints of Olive #788610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 44.44%
G = 49.63%
B = 5.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#788610 (or 0x788610) is known color: Olive. HEX triplet: 78, 86 and 10. RGB value is (120,134,16). Sum of RGB (Red+Green+Blue) = 120+134+16=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #788610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788610 is #8779EF. Grayscale: #747474. Windows color (decimal): -8878576 or 1083000. OLE color: 1083000.

HSL color Cylindrical-coordinate representation of color #788610: hue angle of 67.12º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #788610 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 16 -
CMYK 0.10 0 0.88 0.47
HSL 67.12º 0.79% 0.29% -
HSV(B) 67.12º 0.88% 0.53% -
XYZ 16.36 21.08 3.7 -
YUV 116.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 120 134 16 0.10 0 0.88 0.47 67.12 0.79 0.29
Hex 78 86 10 A 0 58 2F 43 4F 1D
Octal 170 206 20 12 0 130 57 103 117 35
Binary 1111000 10000110 10000 1010 0 1011000 101111 1000011 1001111 11101

Color Harmonies of #788610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788610

Black with #788610

Text Example


Text Example

White with #788610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788610; }

 p { color: rgb(120,134,16); }

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

background-color css

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

 a { background-color: rgb(120,134,16); }

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

border-color css

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

 span { border-color: rgb(120,134,16); }

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