Html Css Color HEX #75730C Olive

📋 copy color: '#75730C'

red 117 ◦ green 115 ◦ blue 12

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

Shades of Olive #75730C

Tints of Olive #75730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

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

R = 47.95%
G = 47.13%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75730C (or 0x75730C) is known color: Olive. HEX triplet: 75, 73 and 0C. RGB value is (117,115,12). Sum of RGB (Red+Green+Blue) = 117+115+12=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75730C is #8A8CF3. Grayscale: #686868. Windows color (decimal): -9080052 or 815989. OLE color: 815989.

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

Color convert

RGB 117 115 12 -
CMYK 0 0.02 0.90 0.54
HSL 58.86º 0.81% 0.25% -
HSV(B) 58.86º 0.9% 0.46% -
XYZ 13.53 16.07 2.74 -
YUV 103.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 117 115 12 0 0.02 0.90 0.54 58.86 0.81 0.25
Hex 75 73 C 0 2 5A 36 3B 51 19
Octal 165 163 14 0 2 132 66 73 121 31
Binary 1110101 1110011 1100 0 10 1011010 110110 111011 1010001 11001

Color Harmonies of #75730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75730C

Black with #75730C

Text Example


Text Example

White with #75730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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