Html Css Color HEX #769413 Olive Drab

📋 copy color: '#769413'

red 118 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #769413

Tints of Olive Drab #769413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 41.4%
G = 51.93%
B = 6.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#769413 (or 0x769413) is known color: Olive Drab. HEX triplet: 76, 94 and 13. RGB value is (118,148,19). Sum of RGB (Red+Green+Blue) = 118+148+19=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #769413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769413 is #896BEC. Grayscale: #7C7C7C. Windows color (decimal): -9006061 or 1283190. OLE color: 1283190.

HSL color Cylindrical-coordinate representation of color #769413: hue angle of 73.95º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #769413 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 19 -
CMYK 0.20 0 0.87 0.42
HSL 73.95º 0.77% 0.33% -
HSV(B) 73.95º 0.87% 0.58% -
XYZ 18.18 25.08 4.5 -
YUV 124.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 118 148 19 0.20 0 0.87 0.42 73.95 0.77 0.33
Hex 76 94 13 14 0 57 2A 4A 4D 21
Octal 166 224 23 24 0 127 52 112 115 41
Binary 1110110 10010100 10011 10100 0 1010111 101010 1001010 1001101 100001

Color Harmonies of #769413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769413

Black with #769413

Text Example


Text Example

White with #769413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769413; }

 p { color: rgb(118,148,19); }

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

background-color css

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

 a { background-color: rgb(118,148,19); }

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

border-color css

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

 span { border-color: rgb(118,148,19); }

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