Html Css Color HEX #75840D Olive

📋 copy color: '#75840D'

red 117 ◦ green 132 ◦ blue 13

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

Shades of Olive #75840D

Tints of Olive #75840D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 44.66%
G = 50.38%
B = 4.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#75840D (or 0x75840D) is known color: Olive. HEX triplet: 75, 84 and 0D. RGB value is (117,132,13). Sum of RGB (Red+Green+Blue) = 117+132+13=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #75840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75840D is #8A7BF2. Grayscale: #727272. Windows color (decimal): -9075699 or 885877. OLE color: 885877.

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

Color convert

RGB 117 132 13 -
CMYK 0.11 0 0.90 0.48
HSL 67.56º 0.82% 0.28% -
HSV(B) 67.56º 0.9% 0.52% -
XYZ 15.66 20.31 3.48 -
YUV 113.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 117 132 13 0.11 0 0.90 0.48 67.56 0.82 0.28
Hex 75 84 D B 0 5A 30 44 52 1C
Octal 165 204 15 13 0 132 60 104 122 34
Binary 1110101 10000100 1101 1011 0 1011010 110000 1000100 1010010 11100

Color Harmonies of #75840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75840D

Black with #75840D

Text Example


Text Example

White with #75840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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