Html Css Color HEX #679028 Olive Drab

📋 copy color: '#679028'

red 103 ◦ green 144 ◦ blue 40

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

Shades of Olive Drab #679028

Tints of Olive Drab #679028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

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

R = 35.89%
G = 50.17%
B = 13.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#679028 (or 0x679028) is known color: Olive Drab. HEX triplet: 67, 90 and 28. RGB value is (103,144,40). Sum of RGB (Red+Green+Blue) = 103+144+40=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #679028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679028 is #986FD7. Grayscale: #787878. Windows color (decimal): -9990104 or 2658407. OLE color: 2658407.

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

Color convert

RGB 103 144 40 -
CMYK 0.28 0 0.72 0.44
HSL 83.65º 0.57% 0.36% -
HSV(B) 83.65º 0.72% 0.56% -
XYZ 15.95 22.98 5.6 -
YUV 119.89 82.92 115.96 -
System Red Green Blue C M Y K H S L
Decimal 103 144 40 0.28 0 0.72 0.44 83.65 0.57 0.36
Hex 67 90 28 1C 0 48 2C 54 39 24
Octal 147 220 50 34 0 110 54 124 71 44
Binary 1100111 10010000 101000 11100 0 1001000 101100 1010100 111001 100100

Color Harmonies of #679028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679028

Black with #679028

Text Example


Text Example

White with #679028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679028; }

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

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

background-color css

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

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

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

border-color css

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

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

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