Html Css Color HEX #75760C Olive

📋 copy color: '#75760C'

red 117 ◦ green 118 ◦ blue 12

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

Shades of Olive #75760C

Tints of Olive #75760C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 47.37%
G = 47.77%
B = 4.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75760C (or 0x75760C) is known color: Olive. HEX triplet: 75, 76 and 0C. RGB value is (117,118,12). Sum of RGB (Red+Green+Blue) = 117+118+12=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #75760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75760C is #8A89F3. Grayscale: #6A6A6A. Windows color (decimal): -9079284 or 816757. OLE color: 816757.

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

Color convert

RGB 117 118 12 -
CMYK 0.01 0 0.90 0.54
HSL 60.57º 0.82% 0.25% -
HSV(B) 60.57º 0.9% 0.46% -
XYZ 13.88 16.77 2.85 -
YUV 105.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 117 118 12 0.01 0 0.90 0.54 60.57 0.82 0.25
Hex 75 76 C 1 0 5A 36 3D 52 19
Octal 165 166 14 1 0 132 66 75 122 31
Binary 1110101 1110110 1100 1 0 1011010 110110 111101 1010010 11001

Color Harmonies of #75760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75760C

Black with #75760C

Text Example


Text Example

White with #75760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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