Html Css Color HEX #75981D Olive Drab

📋 copy color: '#75981D'

red 117 ◦ green 152 ◦ blue 29

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

Shades of Olive Drab #75981D

Tints of Olive Drab #75981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.01%

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 39.26%
G = 51.01%
B = 9.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#75981D (or 0x75981D) is known color: Olive Drab. HEX triplet: 75, 98 and 1D. RGB value is (117,152,29). Sum of RGB (Red+Green+Blue) = 117+152+29=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #75981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75981D is #8A67E2. Grayscale: #7F7F7F. Windows color (decimal): -9070563 or 1939573. OLE color: 1939573.

HSL color Cylindrical-coordinate representation of color #75981D: hue angle of 77.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75981D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 29 -
CMYK 0.23 0 0.81 0.40
HSL 77.07º 0.68% 0.35% -
HSV(B) 77.07º 0.81% 0.6% -
XYZ 18.79 26.33 5.25 -
YUV 127.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 117 152 29 0.23 0 0.81 0.40 77.07 0.68 0.35
Hex 75 98 1D 17 0 51 28 4D 44 23
Octal 165 230 35 27 0 121 50 115 104 43
Binary 1110101 10011000 11101 10111 0 1010001 101000 1001101 1000100 100011

Color Harmonies of #75981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75981D

Black with #75981D

Text Example


Text Example

White with #75981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,152,29); }

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

background-color css

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

 a { background-color: rgb(117,152,29); }

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

border-color css

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

 span { border-color: rgb(117,152,29); }

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