Html Css Color HEX #788D0B Olive

📋 copy color: '#788D0B'

red 120 ◦ green 141 ◦ blue 11

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

Shades of Olive #788D0B

Tints of Olive #788D0B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 44.12%
G = 51.84%
B = 4.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#788D0B (or 0x788D0B) is known color: Olive. HEX triplet: 78, 8D and 0B. RGB value is (120,141,11). Sum of RGB (Red+Green+Blue) = 120+141+11=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #788D0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788D0B is #8772F4. Grayscale: #787878. Windows color (decimal): -8876789 or 757112. OLE color: 757112.

HSL color Cylindrical-coordinate representation of color #788D0B: hue angle of 69.69º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #788D0B is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 11 -
CMYK 0.15 0 0.92 0.45
HSL 69.69º 0.86% 0.3% -
HSV(B) 69.69º 0.92% 0.55% -
XYZ 17.33 23.07 3.86 -
YUV 119.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 120 141 11 0.15 0 0.92 0.45 69.69 0.86 0.3
Hex 78 8D B F 0 5C 2D 46 56 1E
Octal 170 215 13 17 0 134 55 106 126 36
Binary 1111000 10001101 1011 1111 0 1011100 101101 1000110 1010110 11110

Color Harmonies of #788D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D0B

Black with #788D0B

Text Example


Text Example

White with #788D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,141,11); }

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

background-color css

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

 a { background-color: rgb(120,141,11); }

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

border-color css

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

 span { border-color: rgb(120,141,11); }

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