Html Css Color HEX #75901B Olive Drab

📋 copy color: '#75901B'

red 117 ◦ green 144 ◦ blue 27

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

Shades of Olive Drab #75901B

Tints of Olive Drab #75901B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 40.63%
G = 50%
B = 9.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#75901B (or 0x75901B) is known color: Olive Drab. HEX triplet: 75, 90 and 1B. RGB value is (117,144,27). Sum of RGB (Red+Green+Blue) = 117+144+27=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #75901B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75901B is #8A6FE4. Grayscale: #7B7B7B. Windows color (decimal): -9072613 or 1806453. OLE color: 1806453.

HSL color Cylindrical-coordinate representation of color #75901B: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75901B is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 27 -
CMYK 0.19 0 0.81 0.44
HSL 73.85º 0.68% 0.34% -
HSV(B) 73.85º 0.81% 0.56% -
XYZ 17.51 23.81 4.71 -
YUV 122.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 117 144 27 0.19 0 0.81 0.44 73.85 0.68 0.34
Hex 75 90 1B 13 0 51 2C 4A 44 22
Octal 165 220 33 23 0 121 54 112 104 42
Binary 1110101 10010000 11011 10011 0 1010001 101100 1001010 1000100 100010

Color Harmonies of #75901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75901B

Black with #75901B

Text Example


Text Example

White with #75901B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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