Html Css Color HEX #75902B Olive Drab

📋 copy color: '#75902B'

red 117 ◦ green 144 ◦ blue 43

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

Shades of Olive Drab #75902B

Tints of Olive Drab #75902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 38.49%
G = 47.37%
B = 14.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#75902B (or 0x75902B) is known color: Olive Drab. HEX triplet: 75, 90 and 2B. RGB value is (117,144,43). Sum of RGB (Red+Green+Blue) = 117+144+43=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #75902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75902B is #8A6FD4. Grayscale: #7C7C7C. Windows color (decimal): -9072597 or 2855029. OLE color: 2855029.

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

Color convert

RGB 117 144 43 -
CMYK 0.19 0 0.70 0.44
HSL 76.04º 0.54% 0.37% -
HSV(B) 76.04º 0.7% 0.56% -
XYZ 17.75 23.9 5.96 -
YUV 124.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 117 144 43 0.19 0 0.70 0.44 76.04 0.54 0.37
Hex 75 90 2B 13 0 46 2C 4C 36 25
Octal 165 220 53 23 0 106 54 114 66 45
Binary 1110101 10010000 101011 10011 0 1000110 101100 1001100 110110 100101

Color Harmonies of #75902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75902B

Black with #75902B

Text Example


Text Example

White with #75902B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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