Html Css Color HEX #757508 Olive

📋 copy color: '#757508'

red 117 ◦ green 117 ◦ blue 8

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

Shades of Olive #757508

Tints of Olive #757508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 48.35%
G = 48.35%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#757508 (or 0x757508) is known color: Olive. HEX triplet: 75, 75 and 08. RGB value is (117,117,8). Sum of RGB (Red+Green+Blue) = 117+117+8=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757508 is #8A8AF7. Grayscale: #696969. Windows color (decimal): -9079544 or 554357. OLE color: 554357.

HSL color Cylindrical-coordinate representation of color #757508: hue angle of 60º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #757508 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 8 -
CMYK 0 0 0.93 0.54
HSL 60º 0.87% 0.25% -
HSV(B) 60º 0.93% 0.46% -
XYZ 13.74 16.52 2.69 -
YUV 104.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 117 117 8 0 0 0.93 0.54 60 0.87 0.25
Hex 75 75 8 0 0 5D 36 3C 57 19
Octal 165 165 10 0 0 135 66 74 127 31
Binary 1110101 1110101 1000 0 0 1011101 110110 111100 1010111 11001

Color Harmonies of #757508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757508

Black with #757508

Text Example


Text Example

White with #757508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757508; }

 p { color: rgb(117,117,8); }

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

background-color css

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

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

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

border-color css

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

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

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