Html Css Color HEX #769719 Olive Drab

📋 copy color: '#769719'

red 118 ◦ green 151 ◦ blue 25

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

Shades of Olive Drab #769719

Tints of Olive Drab #769719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 40.14%
G = 51.36%
B = 8.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#769719 (or 0x769719) is known color: Olive Drab. HEX triplet: 76, 97 and 19. RGB value is (118,151,25). Sum of RGB (Red+Green+Blue) = 118+151+25=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #769719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769719 is #8968E6. Grayscale: #7F7F7F. Windows color (decimal): -9005287 or 1677174. OLE color: 1677174.

HSL color Cylindrical-coordinate representation of color #769719: hue angle of 75.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #769719 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 25 -
CMYK 0.22 0 0.83 0.41
HSL 75.71º 0.72% 0.35% -
HSV(B) 75.71º 0.83% 0.59% -
XYZ 18.71 26.05 4.96 -
YUV 126.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 118 151 25 0.22 0 0.83 0.41 75.71 0.72 0.35
Hex 76 97 19 16 0 53 29 4C 48 23
Octal 166 227 31 26 0 123 51 114 110 43
Binary 1110110 10010111 11001 10110 0 1010011 101001 1001100 1001000 100011

Color Harmonies of #769719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769719

Black with #769719

Text Example


Text Example

White with #769719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769719; }

 p { color: rgb(118,151,25); }

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

background-color css

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

 a { background-color: rgb(118,151,25); }

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

border-color css

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

 span { border-color: rgb(118,151,25); }

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