Html Css Color HEX #757005 Olive

📋 copy color: '#757005'

red 117 ◦ green 112 ◦ blue 5

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

Shades of Olive #757005

Tints of Olive #757005

RGB

 RED value IS 117 (46.09% from 255) = 50%

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

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

R = 50%
G = 47.86%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#757005 (or 0x757005) is known color: Olive. HEX triplet: 75, 70 and 05. RGB value is (117,112,5). Sum of RGB (Red+Green+Blue) = 117+112+5=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #757005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757005 is #8A8FFA. Grayscale: #656565. Windows color (decimal): -9080827 or 356469. OLE color: 356469.

HSL color Cylindrical-coordinate representation of color #757005: hue angle of 57.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #757005 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 5 -
CMYK 0 0.04 0.96 0.54
HSL 57.32º 0.92% 0.24% -
HSV(B) 57.32º 0.96% 0.46% -
XYZ 13.16 15.38 2.42 -
YUV 101.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 117 112 5 0 0.04 0.96 0.54 57.32 0.92 0.24
Hex 75 70 5 0 4 60 36 39 5C 18
Octal 165 160 5 0 4 140 66 71 134 30
Binary 1110101 1110000 101 0 100 1100000 110110 111001 1011100 11000

Color Harmonies of #757005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757005

Black with #757005

Text Example


Text Example

White with #757005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757005; }

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

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

background-color css

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

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

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

border-color css

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

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

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