Html Css Color HEX #679128 Olive Drab

📋 copy color: '#679128'

red 103 ◦ green 145 ◦ blue 40

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

Shades of Olive Drab #679128

Tints of Olive Drab #679128

RGB

 RED value IS 103 (40.63% from 255) = 35.76%

 GREEN value IS 145 (57.03% from 255) = 50.35%

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

R = 35.76%
G = 50.35%
B = 13.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#679128 (or 0x679128) is known color: Olive Drab. HEX triplet: 67, 91 and 28. RGB value is (103,145,40). Sum of RGB (Red+Green+Blue) = 103+145+40=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #679128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679128 is #986ED7. Grayscale: #787878. Windows color (decimal): -9989848 or 2658663. OLE color: 2658663.

HSL color Cylindrical-coordinate representation of color #679128: hue angle of 84º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #679128 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 40 -
CMYK 0.29 0 0.72 0.43
HSL 84º 0.57% 0.36% -
HSV(B) 84º 0.72% 0.57% -
XYZ 16.1 23.29 5.65 -
YUV 120.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 103 145 40 0.29 0 0.72 0.43 84 0.57 0.36
Hex 67 91 28 1D 0 48 2B 54 39 24
Octal 147 221 50 35 0 110 53 124 71 44
Binary 1100111 10010001 101000 11101 0 1001000 101011 1010100 111001 100100

Color Harmonies of #679128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679128

Black with #679128

Text Example


Text Example

White with #679128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679128; }

 p { color: rgb(103,145,40); }

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

background-color css

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

 a { background-color: rgb(103,145,40); }

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

border-color css

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

 span { border-color: rgb(103,145,40); }

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