Html Css Color HEX #75740C Olive

📋 copy color: '#75740C'

red 117 ◦ green 116 ◦ blue 12

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

Shades of Olive #75740C

Tints of Olive #75740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 47.76%
G = 47.35%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75740C (or 0x75740C) is known color: Olive. HEX triplet: 75, 74 and 0C. RGB value is (117,116,12). Sum of RGB (Red+Green+Blue) = 117+116+12=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75740C is #8A8BF3. Grayscale: #686868. Windows color (decimal): -9079796 or 816245. OLE color: 816245.

HSL color Cylindrical-coordinate representation of color #75740C: hue angle of 59.43º degrees, saturation: 0.81, 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 #75740C is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 12 -
CMYK 0 0.01 0.90 0.54
HSL 59.43º 0.81% 0.25% -
HSV(B) 59.43º 0.9% 0.46% -
XYZ 13.65 16.3 2.77 -
YUV 104.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 117 116 12 0 0.01 0.90 0.54 59.43 0.81 0.25
Hex 75 74 C 0 1 5A 36 3B 51 19
Octal 165 164 14 0 1 132 66 73 121 31
Binary 1110101 1110100 1100 0 1 1011010 110110 111011 1010001 11001

Color Harmonies of #75740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75740C

Black with #75740C

Text Example


Text Example

White with #75740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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