Html Css Color HEX #75971E Olive Drab

📋 copy color: '#75971E'

red 117 ◦ green 151 ◦ blue 30

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

Shades of Olive Drab #75971E

Tints of Olive Drab #75971E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.67%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 39.26%
G = 50.67%
B = 10.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#75971E (or 0x75971E) is known color: Olive Drab. HEX triplet: 75, 97 and 1E. RGB value is (117,151,30). Sum of RGB (Red+Green+Blue) = 117+151+30=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #75971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75971E is #8A68E1. Grayscale: #7F7F7F. Windows color (decimal): -9070818 or 2004853. OLE color: 2004853.

HSL color Cylindrical-coordinate representation of color #75971E: hue angle of 76.86º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75971E is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 30 -
CMYK 0.23 0 0.80 0.41
HSL 76.86º 0.67% 0.35% -
HSV(B) 76.86º 0.8% 0.59% -
XYZ 18.64 26.01 5.27 -
YUV 127.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 117 151 30 0.23 0 0.80 0.41 76.86 0.67 0.35
Hex 75 97 1E 17 0 50 29 4D 43 23
Octal 165 227 36 27 0 120 51 115 103 43
Binary 1110101 10010111 11110 10111 0 1010000 101001 1001101 1000011 100011

Color Harmonies of #75971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75971E

Black with #75971E

Text Example


Text Example

White with #75971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75971E; }

 p { color: rgb(117,151,30); }

 H1.HeaderClassName
 {
   color: #75971E;
 }
 .AnyTagClassName
 {
   color: #75971E;
 }
</style>

background-color css

<style>
 a { background-color: #75971E; }

 a { background-color: rgb(117,151,30); }

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

border-color css

<style>
 span { border-color: #75971E; }

 span { border-color: rgb(117,151,30); }

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