Html Css Color HEX #757A08 Olive

📋 copy color: '#757A08'

red 117 ◦ green 122 ◦ blue 8

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

Shades of Olive #757A08

Tints of Olive #757A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

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

R = 47.37%
G = 49.39%
B = 3.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#757A08 (or 0x757A08) is known color: Olive. HEX triplet: 75, 7A and 08. RGB value is (117,122,8). Sum of RGB (Red+Green+Blue) = 117+122+8=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #757A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757A08 is #8A85F7. Grayscale: #6B6B6B. Windows color (decimal): -9078264 or 555637. OLE color: 555637.

HSL color Cylindrical-coordinate representation of color #757A08: hue angle of 62.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #757A08 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 8 -
CMYK 0.04 0 0.93 0.52
HSL 62.63º 0.88% 0.25% -
HSV(B) 62.63º 0.93% 0.48% -
XYZ 14.34 17.72 2.89 -
YUV 107.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 117 122 8 0.04 0 0.93 0.52 62.63 0.88 0.25
Hex 75 7A 8 4 0 5D 34 3F 58 19
Octal 165 172 10 4 0 135 64 77 130 31
Binary 1110101 1111010 1000 100 0 1011101 110100 111111 1011000 11001

Color Harmonies of #757A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A08

Black with #757A08

Text Example


Text Example

White with #757A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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