Html Css Color HEX #75760D Olive

📋 copy color: '#75760D'

red 117 ◦ green 118 ◦ blue 13

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

Shades of Olive #75760D

Tints of Olive #75760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 47.18%
G = 47.58%
B = 5.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75760D (or 0x75760D) is known color: Olive. HEX triplet: 75, 76 and 0D. RGB value is (117,118,13). Sum of RGB (Red+Green+Blue) = 117+118+13=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #75760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75760D is #8A89F2. Grayscale: #6A6A6A. Windows color (decimal): -9079283 or 882293. OLE color: 882293.

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

Color convert

RGB 117 118 13 -
CMYK 0.01 0 0.89 0.54
HSL 60.57º 0.8% 0.26% -
HSV(B) 60.57º 0.89% 0.46% -
XYZ 13.89 16.77 2.89 -
YUV 105.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 117 118 13 0.01 0 0.89 0.54 60.57 0.8 0.26
Hex 75 76 D 1 0 59 36 3D 50 1A
Octal 165 166 15 1 0 131 66 75 120 32
Binary 1110101 1110110 1101 1 0 1011001 110110 111101 1010000 11010

Color Harmonies of #75760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75760D

Black with #75760D

Text Example


Text Example

White with #75760D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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