Html Css Color HEX #77941C Olive Drab

📋 copy color: '#77941C'

red 119 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #77941C

Tints of Olive Drab #77941C

RGB

 RED value IS 119 (46.88% from 255) = 40.34%

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

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 40.34%
G = 50.17%
B = 9.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#77941C (or 0x77941C) is known color: Olive Drab. HEX triplet: 77, 94 and 1C. RGB value is (119,148,28). Sum of RGB (Red+Green+Blue) = 119+148+28=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #77941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77941C is #886BE3. Grayscale: #7E7E7E. Windows color (decimal): -8940516 or 1873015. OLE color: 1873015.

HSL color Cylindrical-coordinate representation of color #77941C: hue angle of 74.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77941C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 28 -
CMYK 0.20 0 0.81 0.42
HSL 74.5º 0.68% 0.35% -
HSV(B) 74.5º 0.81% 0.58% -
XYZ 18.41 25.19 4.99 -
YUV 125.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 119 148 28 0.20 0 0.81 0.42 74.5 0.68 0.35
Hex 77 94 1C 14 0 51 2A 4A 44 23
Octal 167 224 34 24 0 121 52 112 104 43
Binary 1110111 10010100 11100 10100 0 1010001 101010 1001010 1000100 100011

Color Harmonies of #77941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77941C

Black with #77941C

Text Example


Text Example

White with #77941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77941C; }

 p { color: rgb(119,148,28); }

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

background-color css

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

 a { background-color: rgb(119,148,28); }

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

border-color css

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

 span { border-color: rgb(119,148,28); }

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