Html Css Color HEX #75950F Olive Drab

📋 copy color: '#75950F'

red 117 ◦ green 149 ◦ blue 15

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

Shades of Olive Drab #75950F

Tints of Olive Drab #75950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 41.64%
G = 53.02%
B = 5.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#75950F (or 0x75950F) is known color: Olive Drab. HEX triplet: 75, 95 and 0F. RGB value is (117,149,15). Sum of RGB (Red+Green+Blue) = 117+149+15=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #75950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75950F is #8A6AF0. Grayscale: #7C7C7C. Windows color (decimal): -9071345 or 1021301. OLE color: 1021301.

HSL color Cylindrical-coordinate representation of color #75950F: hue angle of 74.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75950F is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 15 -
CMYK 0.21 0 0.90 0.42
HSL 74.33º 0.82% 0.32% -
HSV(B) 74.33º 0.9% 0.58% -
XYZ 18.17 25.31 4.38 -
YUV 124.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 117 149 15 0.21 0 0.90 0.42 74.33 0.82 0.32
Hex 75 95 F 15 0 5A 2A 4A 52 20
Octal 165 225 17 25 0 132 52 112 122 40
Binary 1110101 10010101 1111 10101 0 1011010 101010 1001010 1010010 100000

Color Harmonies of #75950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75950F

Black with #75950F

Text Example


Text Example

White with #75950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75950F; }

 p { color: rgb(117,149,15); }

 H1.HeaderClassName
 {
   color: #75950F;
 }
 .AnyTagClassName
 {
   color: #75950F;
 }
</style>

background-color css

<style>
 a { background-color: #75950F; }

 a { background-color: rgb(117,149,15); }

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

border-color css

<style>
 span { border-color: #75950F; }

 span { border-color: rgb(117,149,15); }

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