Html Css Color HEX #75900D Olive Drab

📋 copy color: '#75900D'

red 117 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #75900D

Tints of Olive Drab #75900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

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

R = 42.7%
G = 52.55%
B = 4.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#75900D (or 0x75900D) is known color: Olive Drab. HEX triplet: 75, 90 and 0D. RGB value is (117,144,13). Sum of RGB (Red+Green+Blue) = 117+144+13=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #75900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75900D is #8A6FF2. Grayscale: #797979. Windows color (decimal): -9072627 or 888949. OLE color: 888949.

HSL color Cylindrical-coordinate representation of color #75900D: hue angle of 72.37º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75900D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 13 -
CMYK 0.19 0 0.91 0.44
HSL 72.37º 0.83% 0.31% -
HSV(B) 72.37º 0.91% 0.56% -
XYZ 17.38 23.76 4.05 -
YUV 120.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 117 144 13 0.19 0 0.91 0.44 72.37 0.83 0.31
Hex 75 90 D 13 0 5B 2C 48 53 1F
Octal 165 220 15 23 0 133 54 110 123 37
Binary 1110101 10010000 1101 10011 0 1011011 101100 1001000 1010011 11111

Color Harmonies of #75900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75900D

Black with #75900D

Text Example


Text Example

White with #75900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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