Html Css Color HEX #707700 Olive

📋 copy color: '#707700'

red 112 ◦ green 119 ◦ blue 0

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

Shades of Olive #707700

Tints of Olive #707700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#707700 (or 0x707700) is known color: Olive. HEX triplet: 70, 77 and 00. RGB value is (112,119,0). Sum of RGB (Red+Green+Blue) = 112+119+0=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #707700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707700 is #8F88FF. Grayscale: #676767. Windows color (decimal): -9406720 or 30576. OLE color: 30576.

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

Color convert

RGB 112 119 0 -
CMYK 0.06 0 1 0.53
HSL 63.53º 1% 0.23% -
HSV(B) 63.53º 1% 0.47% -
XYZ 13.28 16.64 2.51 -
YUV 103.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 112 119 0 0.06 0 1 0.53 63.53 1 0.23
Hex 70 77 0 6 0 64 35 40 64 17
Octal 160 167 0 6 0 144 65 100 144 27
Binary 1110000 1110111 0 110 0 1100100 110101 1000000 1100100 10111

Color Harmonies of #707700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707700

Black with #707700

Text Example


Text Example

White with #707700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707700; }

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

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

background-color css

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

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

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

border-color css

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

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

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