Html Css Color HEX #707707 Olive

📋 copy color: '#707707'

red 112 ◦ green 119 ◦ blue 7

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

Shades of Olive #707707

Tints of Olive #707707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 47.06%
G = 50%
B = 2.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#707707 (or 0x707707) is known color: Olive. HEX triplet: 70, 77 and 07. RGB value is (112,119,7). Sum of RGB (Red+Green+Blue) = 112+119+7=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #707707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707707 is #8F88F8. Grayscale: #686868. Windows color (decimal): -9406713 or 489328. OLE color: 489328.

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

Color convert

RGB 112 119 7 -
CMYK 0.06 0 0.94 0.53
HSL 63.75º 0.89% 0.25% -
HSV(B) 63.75º 0.94% 0.47% -
XYZ 13.32 16.65 2.71 -
YUV 104.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 112 119 7 0.06 0 0.94 0.53 63.75 0.89 0.25
Hex 70 77 7 6 0 5E 35 40 59 19
Octal 160 167 7 6 0 136 65 100 131 31
Binary 1110000 1110111 111 110 0 1011110 110101 1000000 1011001 11001

Color Harmonies of #707707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707707

Black with #707707

Text Example


Text Example

White with #707707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707707; }

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

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

background-color css

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

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

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

border-color css

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

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

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