Html Css Color HEX #757910 Olive

📋 copy color: '#757910'

red 117 ◦ green 121 ◦ blue 16

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

Shades of Olive #757910

Tints of Olive #757910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 46.06%
G = 47.64%
B = 6.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#757910 (or 0x757910) is known color: Olive. HEX triplet: 75, 79 and 10. RGB value is (117,121,16). Sum of RGB (Red+Green+Blue) = 117+121+16=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #757910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757910 is #8A86EF. Grayscale: #6C6C6C. Windows color (decimal): -9078512 or 1079669. OLE color: 1079669.

HSL color Cylindrical-coordinate representation of color #757910: hue angle of 62.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #757910 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 16 -
CMYK 0.03 0 0.87 0.53
HSL 62.29º 0.77% 0.27% -
HSV(B) 62.29º 0.87% 0.47% -
XYZ 14.27 17.49 3.11 -
YUV 107.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 117 121 16 0.03 0 0.87 0.53 62.29 0.77 0.27
Hex 75 79 10 3 0 57 35 3E 4D 1B
Octal 165 171 20 3 0 127 65 76 115 33
Binary 1110101 1111001 10000 11 0 1010111 110101 111110 1001101 11011

Color Harmonies of #757910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757910

Black with #757910

Text Example


Text Example

White with #757910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757910; }

 p { color: rgb(117,121,16); }

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

background-color css

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

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

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

border-color css

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

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

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