Html Css Color HEX #757A0A Olive

📋 copy color: '#757A0A'

red 117 ◦ green 122 ◦ blue 10

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

Shades of Olive #757A0A

Tints of Olive #757A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 46.99%
G = 49%
B = 4.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.52

RGB Variations

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

Color information

#757A0A (or 0x757A0A) is known color: Olive. HEX triplet: 75, 7A and 0A. RGB value is (117,122,10). Sum of RGB (Red+Green+Blue) = 117+122+10=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #757A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757A0A is #8A85F5. Grayscale: #6C6C6C. Windows color (decimal): -9078262 or 686709. OLE color: 686709.

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

Color convert

RGB 117 122 10 -
CMYK 0.04 0 0.92 0.52
HSL 62.68º 0.85% 0.26% -
HSV(B) 62.68º 0.92% 0.48% -
XYZ 14.35 17.72 2.95 -
YUV 107.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 117 122 10 0.04 0 0.92 0.52 62.68 0.85 0.26
Hex 75 7A A 4 0 5C 34 3F 55 1A
Octal 165 172 12 4 0 134 64 77 125 32
Binary 1110101 1111010 1010 100 0 1011100 110100 111111 1010101 11010

Color Harmonies of #757A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A0A

Black with #757A0A

Text Example


Text Example

White with #757A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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