Html Css Color HEX #757605 Olive

📋 copy color: '#757605'

red 117 ◦ green 118 ◦ blue 5

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

Shades of Olive #757605

Tints of Olive #757605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

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

R = 48.75%
G = 49.17%
B = 2.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#757605 (or 0x757605) is known color: Olive. HEX triplet: 75, 76 and 05. RGB value is (117,118,5). Sum of RGB (Red+Green+Blue) = 117+118+5=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #757605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757605 is #8A89FA. Grayscale: #696969. Windows color (decimal): -9079291 or 358005. OLE color: 358005.

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

Color convert

RGB 117 118 5 -
CMYK 0.01 0 0.96 0.54
HSL 60.53º 0.92% 0.24% -
HSV(B) 60.53º 0.96% 0.46% -
XYZ 13.84 16.75 2.65 -
YUV 104.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 117 118 5 0.01 0 0.96 0.54 60.53 0.92 0.24
Hex 75 76 5 1 0 60 36 3D 5C 18
Octal 165 166 5 1 0 140 66 75 134 30
Binary 1110101 1110110 101 1 0 1100000 110110 111101 1011100 11000

Color Harmonies of #757605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757605

Black with #757605

Text Example


Text Example

White with #757605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757605; }

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

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

background-color css

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

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

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

border-color css

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

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

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