Html Css Color HEX #70770B Olive

📋 copy color: '#70770B'

red 112 ◦ green 119 ◦ blue 11

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

Shades of Olive #70770B

Tints of Olive #70770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

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

R = 46.28%
G = 49.17%
B = 4.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#70770B (or 0x70770B) is known color: Olive. HEX triplet: 70, 77 and 0B. RGB value is (112,119,11). Sum of RGB (Red+Green+Blue) = 112+119+11=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #70770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70770B is #8F88F4. Grayscale: #696969. Windows color (decimal): -9406709 or 751472. OLE color: 751472.

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

Color convert

RGB 112 119 11 -
CMYK 0.06 0 0.91 0.53
HSL 63.89º 0.83% 0.25% -
HSV(B) 63.89º 0.91% 0.47% -
XYZ 13.34 16.66 2.83 -
YUV 104.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 112 119 11 0.06 0 0.91 0.53 63.89 0.83 0.25
Hex 70 77 B 6 0 5B 35 40 53 19
Octal 160 167 13 6 0 133 65 100 123 31
Binary 1110000 1110111 1011 110 0 1011011 110101 1000000 1010011 11001

Color Harmonies of #70770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70770B

Black with #70770B

Text Example


Text Example

White with #70770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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