Html Css Color HEX #75740A Olive

📋 copy color: '#75740A'

red 117 ◦ green 116 ◦ blue 10

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

Shades of Olive #75740A

Tints of Olive #75740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 48.15%
G = 47.74%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75740A (or 0x75740A) is known color: Olive. HEX triplet: 75, 74 and 0A. RGB value is (117,116,10). Sum of RGB (Red+Green+Blue) = 117+116+10=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75740A is #8A8BF5. Grayscale: #686868. Windows color (decimal): -9079798 or 685173. OLE color: 685173.

HSL color Cylindrical-coordinate representation of color #75740A: hue angle of 59.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75740A is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 10 -
CMYK 0 0.01 0.91 0.54
HSL 59.44º 0.84% 0.25% -
HSV(B) 59.44º 0.91% 0.46% -
XYZ 13.64 16.29 2.71 -
YUV 104.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 117 116 10 0 0.01 0.91 0.54 59.44 0.84 0.25
Hex 75 74 A 0 1 5B 36 3B 54 19
Octal 165 164 12 0 1 133 66 73 124 31
Binary 1110101 1110100 1010 0 1 1011011 110110 111011 1010100 11001

Color Harmonies of #75740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75740A

Black with #75740A

Text Example


Text Example

White with #75740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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