Html Css Color HEX #749727 Olive Drab

📋 copy color: '#749727'

red 116 ◦ green 151 ◦ blue 39

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

Shades of Olive Drab #749727

Tints of Olive Drab #749727

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 37.91%
G = 49.35%
B = 12.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#749727 (or 0x749727) is known color: Olive Drab. HEX triplet: 74, 97 and 27. RGB value is (116,151,39). Sum of RGB (Red+Green+Blue) = 116+151+39=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #749727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749727 is #8B68D8. Grayscale: #808080. Windows color (decimal): -9136345 or 2594676. OLE color: 2594676.

HSL color Cylindrical-coordinate representation of color #749727: hue angle of 78.75º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749727 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 39 -
CMYK 0.23 0 0.74 0.41
HSL 78.75º 0.59% 0.37% -
HSV(B) 78.75º 0.74% 0.59% -
XYZ 18.64 25.99 5.95 -
YUV 127.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 116 151 39 0.23 0 0.74 0.41 78.75 0.59 0.37
Hex 74 97 27 17 0 4A 29 4F 3B 25
Octal 164 227 47 27 0 112 51 117 73 45
Binary 1110100 10010111 100111 10111 0 1001010 101001 1001111 111011 100101

Color Harmonies of #749727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749727

Black with #749727

Text Example


Text Example

White with #749727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749727; }

 p { color: rgb(116,151,39); }

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

background-color css

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

 a { background-color: rgb(116,151,39); }

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

border-color css

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

 span { border-color: rgb(116,151,39); }

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