Html Css Color HEX #75750C Olive

📋 copy color: '#75750C'

red 117 ◦ green 117 ◦ blue 12

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

Shades of Olive #75750C

Tints of Olive #75750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.56%

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

R = 47.56%
G = 47.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75750C (or 0x75750C) is known color: Olive. HEX triplet: 75, 75 and 0C. RGB value is (117,117,12). Sum of RGB (Red+Green+Blue) = 117+117+12=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75750C is #8A8AF3. Grayscale: #696969. Windows color (decimal): -9079540 or 816501. OLE color: 816501.

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

Color convert

RGB 117 117 12 -
CMYK 0 0 0.90 0.54
HSL 60º 0.81% 0.25% -
HSV(B) 60º 0.9% 0.46% -
XYZ 13.76 16.53 2.81 -
YUV 105.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 117 117 12 0 0 0.90 0.54 60 0.81 0.25
Hex 75 75 C 0 0 5A 36 3C 51 19
Octal 165 165 14 0 0 132 66 74 121 31
Binary 1110101 1110101 1100 0 0 1011010 110110 111100 1010001 11001

Color Harmonies of #75750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75750C

Black with #75750C

Text Example


Text Example

White with #75750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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