Html Css Color HEX #75760F Olive

📋 copy color: '#75760F'

red 117 ◦ green 118 ◦ blue 15

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

Shades of Olive #75760F

Tints of Olive #75760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 46.8%
G = 47.2%
B = 6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75760F (or 0x75760F) is known color: Olive. HEX triplet: 75, 76 and 0F. RGB value is (117,118,15). Sum of RGB (Red+Green+Blue) = 117+118+15=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #75760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75760F is #8A89F0. Grayscale: #6A6A6A. Windows color (decimal): -9079281 or 1013365. OLE color: 1013365.

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

Color convert

RGB 117 118 15 -
CMYK 0.01 0 0.87 0.54
HSL 60.58º 0.77% 0.26% -
HSV(B) 60.58º 0.87% 0.46% -
XYZ 13.9 16.77 2.96 -
YUV 105.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 117 118 15 0.01 0 0.87 0.54 60.58 0.77 0.26
Hex 75 76 F 1 0 57 36 3D 4D 1A
Octal 165 166 17 1 0 127 66 75 115 32
Binary 1110101 1110110 1111 1 0 1010111 110110 111101 1001101 11010

Color Harmonies of #75760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75760F

Black with #75760F

Text Example


Text Example

White with #75760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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