Html Css Color HEX #778D28 Olive Drab

📋 copy color: '#778D28'

red 119 ◦ green 141 ◦ blue 40

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

Shades of Olive Drab #778D28

Tints of Olive Drab #778D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

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

R = 39.67%
G = 47%
B = 13.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#778D28 (or 0x778D28) is known color: Olive Drab. HEX triplet: 77, 8D and 28. RGB value is (119,141,40). Sum of RGB (Red+Green+Blue) = 119+141+40=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #778D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778D28 is #8872D7. Grayscale: #7B7B7B. Windows color (decimal): -8942296 or 2657655. OLE color: 2657655.

HSL color Cylindrical-coordinate representation of color #778D28: hue angle of 73.07º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #778D28 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 40 -
CMYK 0.16 0 0.72 0.45
HSL 73.07º 0.56% 0.35% -
HSV(B) 73.07º 0.72% 0.55% -
XYZ 17.52 23.12 5.55 -
YUV 122.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 119 141 40 0.16 0 0.72 0.45 73.07 0.56 0.35
Hex 77 8D 28 10 0 48 2D 49 38 23
Octal 167 215 50 20 0 110 55 111 70 43
Binary 1110111 10001101 101000 10000 0 1001000 101101 1001001 111000 100011

Color Harmonies of #778D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D28

Black with #778D28

Text Example


Text Example

White with #778D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778D28; }

 p { color: rgb(119,141,40); }

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

background-color css

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

 a { background-color: rgb(119,141,40); }

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

border-color css

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

 span { border-color: rgb(119,141,40); }

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