Html Css Color HEX #707905 Olive

📋 copy color: '#707905'

red 112 ◦ green 121 ◦ blue 5

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

Shades of Olive #707905

Tints of Olive #707905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 47.06%
G = 50.84%
B = 2.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#707905 (or 0x707905) is known color: Olive. HEX triplet: 70, 79 and 05. RGB value is (112,121,5). Sum of RGB (Red+Green+Blue) = 112+121+5=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #707905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707905 is #8F86FA. Grayscale: #696969. Windows color (decimal): -9406203 or 358768. OLE color: 358768.

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

Color convert

RGB 112 121 5 -
CMYK 0.07 0 0.96 0.53
HSL 64.66º 0.92% 0.25% -
HSV(B) 64.66º 0.96% 0.47% -
XYZ 13.55 17.13 2.74 -
YUV 105.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 112 121 5 0.07 0 0.96 0.53 64.66 0.92 0.25
Hex 70 79 5 7 0 60 35 41 5C 19
Octal 160 171 5 7 0 140 65 101 134 31
Binary 1110000 1111001 101 111 0 1100000 110101 1000001 1011100 11001

Color Harmonies of #707905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707905

Black with #707905

Text Example


Text Example

White with #707905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707905; }

 p { color: rgb(112,121,5); }

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

background-color css

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

 a { background-color: rgb(112,121,5); }

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

border-color css

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

 span { border-color: rgb(112,121,5); }

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