Html Css Color HEX #769428 Olive Drab

📋 copy color: '#769428'

red 118 ◦ green 148 ◦ blue 40

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

Shades of Olive Drab #769428

Tints of Olive Drab #769428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 38.56%
G = 48.37%
B = 13.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#769428 (or 0x769428) is known color: Olive Drab. HEX triplet: 76, 94 and 28. RGB value is (118,148,40). Sum of RGB (Red+Green+Blue) = 118+148+40=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #769428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769428 is #896BD7. Grayscale: #7F7F7F. Windows color (decimal): -9006040 or 2659446. OLE color: 2659446.

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

Color convert

RGB 118 148 40 -
CMYK 0.20 0 0.73 0.42
HSL 76.67º 0.57% 0.37% -
HSV(B) 76.67º 0.73% 0.58% -
XYZ 18.44 25.18 5.9 -
YUV 126.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 118 148 40 0.20 0 0.73 0.42 76.67 0.57 0.37
Hex 76 94 28 14 0 49 2A 4D 39 25
Octal 166 224 50 24 0 111 52 115 71 45
Binary 1110110 10010100 101000 10100 0 1001001 101010 1001101 111001 100101

Color Harmonies of #769428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769428

Black with #769428

Text Example


Text Example

White with #769428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769428; }

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

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

background-color css

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

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

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

border-color css

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

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

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