Html Css Color HEX #707C06 Olive

📋 copy color: '#707C06'

red 112 ◦ green 124 ◦ blue 6

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

Shades of Olive #707C06

Tints of Olive #707C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 46.28%
G = 51.24%
B = 2.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#707C06 (or 0x707C06) is known color: Olive. HEX triplet: 70, 7C and 06. RGB value is (112,124,6). Sum of RGB (Red+Green+Blue) = 112+124+6=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #707C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C06 is #8F83F9. Grayscale: #6B6B6B. Windows color (decimal): -9405434 or 425072. OLE color: 425072.

HSL color Cylindrical-coordinate representation of color #707C06: hue angle of 66.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707C06 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 6 -
CMYK 0.10 0 0.95 0.51
HSL 66.1º 0.91% 0.25% -
HSV(B) 66.1º 0.95% 0.49% -
XYZ 13.92 17.87 2.89 -
YUV 106.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 112 124 6 0.10 0 0.95 0.51 66.1 0.91 0.25
Hex 70 7C 6 A 0 5F 33 42 5B 19
Octal 160 174 6 12 0 137 63 102 133 31
Binary 1110000 1111100 110 1010 0 1011111 110011 1000010 1011011 11001

Color Harmonies of #707C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C06

Black with #707C06

Text Example


Text Example

White with #707C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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