Html Css Color HEX #757205 Olive

📋 copy color: '#757205'

red 117 ◦ green 114 ◦ blue 5

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

Shades of Olive #757205

Tints of Olive #757205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

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

R = 49.58%
G = 48.31%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#757205 (or 0x757205) is known color: Olive. HEX triplet: 75, 72 and 05. RGB value is (117,114,5). Sum of RGB (Red+Green+Blue) = 117+114+5=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #757205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757205 is #8A8DFA. Grayscale: #666666. Windows color (decimal): -9080315 or 356981. OLE color: 356981.

HSL color Cylindrical-coordinate representation of color #757205: hue angle of 58.39º 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 #757205 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 5 -
CMYK 0 0.03 0.96 0.54
HSL 58.39º 0.92% 0.24% -
HSV(B) 58.39º 0.96% 0.46% -
XYZ 13.38 15.83 2.49 -
YUV 102.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 117 114 5 0 0.03 0.96 0.54 58.39 0.92 0.24
Hex 75 72 5 0 3 60 36 3A 5C 18
Octal 165 162 5 0 3 140 66 72 134 30
Binary 1110101 1110010 101 0 11 1100000 110110 111010 1011100 11000

Color Harmonies of #757205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757205

Black with #757205

Text Example


Text Example

White with #757205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757205; }

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

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

background-color css

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

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

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

border-color css

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

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

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