Html Css Color HEX #75840C Olive

📋 copy color: '#75840C'

red 117 ◦ green 132 ◦ blue 12

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

Shades of Olive #75840C

Tints of Olive #75840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 44.83%
G = 50.57%
B = 4.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#75840C (or 0x75840C) is known color: Olive. HEX triplet: 75, 84 and 0C. RGB value is (117,132,12). Sum of RGB (Red+Green+Blue) = 117+132+12=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #75840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75840C is #8A7BF3. Grayscale: #727272. Windows color (decimal): -9075700 or 820341. OLE color: 820341.

HSL color Cylindrical-coordinate representation of color #75840C: hue angle of 67.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75840C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 12 -
CMYK 0.11 0 0.91 0.48
HSL 67.5º 0.83% 0.28% -
HSV(B) 67.5º 0.91% 0.52% -
XYZ 15.65 20.31 3.44 -
YUV 113.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 117 132 12 0.11 0 0.91 0.48 67.5 0.83 0.28
Hex 75 84 C B 0 5B 30 44 53 1C
Octal 165 204 14 13 0 133 60 104 123 34
Binary 1110101 10000100 1100 1011 0 1011011 110000 1000100 1010011 11100

Color Harmonies of #75840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75840C

Black with #75840C

Text Example


Text Example

White with #75840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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