Html Css Color HEX #70780B Olive

📋 copy color: '#70780B'

red 112 ◦ green 120 ◦ blue 11

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

Shades of Olive #70780B

Tints of Olive #70780B

RGB

 RED value IS 112 (44.14% from 255) = 46.09%

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 46.09%
G = 49.38%
B = 4.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#70780B (or 0x70780B) is known color: Olive. HEX triplet: 70, 78 and 0B. RGB value is (112,120,11). Sum of RGB (Red+Green+Blue) = 112+120+11=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #70780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70780B is #8F87F4. Grayscale: #696969. Windows color (decimal): -9406453 or 751728. OLE color: 751728.

HSL color Cylindrical-coordinate representation of color #70780B: hue angle of 64.4º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70780B is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 11 -
CMYK 0.07 0 0.91 0.53
HSL 64.4º 0.83% 0.26% -
HSV(B) 64.4º 0.91% 0.47% -
XYZ 13.46 16.9 2.87 -
YUV 105.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 112 120 11 0.07 0 0.91 0.53 64.4 0.83 0.26
Hex 70 78 B 7 0 5B 35 40 53 1A
Octal 160 170 13 7 0 133 65 100 123 32
Binary 1110000 1111000 1011 111 0 1011011 110101 1000000 1010011 11010

Color Harmonies of #70780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70780B

Black with #70780B

Text Example


Text Example

White with #70780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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