Html Css Color HEX #75902C Olive Drab

📋 copy color: '#75902C'

red 117 ◦ green 144 ◦ blue 44

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

Shades of Olive Drab #75902C

Tints of Olive Drab #75902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 38.36%
G = 47.21%
B = 14.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#75902C (or 0x75902C) is known color: Olive Drab. HEX triplet: 75, 90 and 2C. RGB value is (117,144,44). Sum of RGB (Red+Green+Blue) = 117+144+44=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #75902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75902C is #8A6FD3. Grayscale: #7C7C7C. Windows color (decimal): -9072596 or 2920565. OLE color: 2920565.

HSL color Cylindrical-coordinate representation of color #75902C: hue angle of 76.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75902C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 44 -
CMYK 0.19 0 0.69 0.44
HSL 76.2º 0.53% 0.37% -
HSV(B) 76.2º 0.69% 0.56% -
XYZ 17.76 23.91 6.06 -
YUV 124.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 117 144 44 0.19 0 0.69 0.44 76.2 0.53 0.37
Hex 75 90 2C 13 0 45 2C 4C 35 25
Octal 165 220 54 23 0 105 54 114 65 45
Binary 1110101 10010000 101100 10011 0 1000101 101100 1001100 110101 100101

Color Harmonies of #75902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75902C

Black with #75902C

Text Example


Text Example

White with #75902C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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