Html Css Color HEX #769027 Olive Drab

📋 copy color: '#769027'

red 118 ◦ green 144 ◦ blue 39

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

Shades of Olive Drab #769027

Tints of Olive Drab #769027

RGB

 RED value IS 118 (46.48% from 255) = 39.2%

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

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

R = 39.2%
G = 47.84%
B = 12.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#769027 (or 0x769027) is known color: Olive Drab. HEX triplet: 76, 90 and 27. RGB value is (118,144,39). Sum of RGB (Red+Green+Blue) = 118+144+39=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #769027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769027 is #896FD8. Grayscale: #7C7C7C. Windows color (decimal): -9007065 or 2592886. OLE color: 2592886.

HSL color Cylindrical-coordinate representation of color #769027: hue angle of 74.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #769027 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 39 -
CMYK 0.18 0 0.73 0.44
HSL 74.86º 0.57% 0.36% -
HSV(B) 74.86º 0.73% 0.56% -
XYZ 17.81 23.94 5.6 -
YUV 124.26 79.89 123.54 -
System Red Green Blue C M Y K H S L
Decimal 118 144 39 0.18 0 0.73 0.44 74.86 0.57 0.36
Hex 76 90 27 12 0 49 2C 4B 39 24
Octal 166 220 47 22 0 111 54 113 71 44
Binary 1110110 10010000 100111 10010 0 1001001 101100 1001011 111001 100100

Color Harmonies of #769027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769027

Black with #769027

Text Example


Text Example

White with #769027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769027; }

 p { color: rgb(118,144,39); }

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

background-color css

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

 a { background-color: rgb(118,144,39); }

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

border-color css

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

 span { border-color: rgb(118,144,39); }

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