Html Css Color HEX #707406 Olive

📋 copy color: '#707406'

red 112 ◦ green 116 ◦ blue 6

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

Shades of Olive #707406

Tints of Olive #707406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 47.86%
G = 49.57%
B = 2.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#707406 (or 0x707406) is known color: Olive. HEX triplet: 70, 74 and 06. RGB value is (112,116,6). Sum of RGB (Red+Green+Blue) = 112+116+6=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #707406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707406 is #8F8BF9. Grayscale: #666666. Windows color (decimal): -9407482 or 423024. OLE color: 423024.

HSL color Cylindrical-coordinate representation of color #707406: hue angle of 62.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707406 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 6 -
CMYK 0.03 0 0.95 0.55
HSL 62.18º 0.9% 0.24% -
HSV(B) 62.18º 0.95% 0.45% -
XYZ 12.96 15.95 2.57 -
YUV 102.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 112 116 6 0.03 0 0.95 0.55 62.18 0.9 0.24
Hex 70 74 6 3 0 5F 37 3E 5A 18
Octal 160 164 6 3 0 137 67 76 132 30
Binary 1110000 1110100 110 11 0 1011111 110111 111110 1011010 11000

Color Harmonies of #707406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707406

Black with #707406

Text Example


Text Example

White with #707406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707406; }

 p { color: rgb(112,116,6); }

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

background-color css

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

 a { background-color: rgb(112,116,6); }

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

border-color css

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

 span { border-color: rgb(112,116,6); }

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