#679A1C

Color #679A1C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #679A1C

Tints of Olive Drab #679A1C

Color information

#679A1C (or 0x679A1C) is unknown color: approx Olive Drab. HEX triplet: 67, 9A and 1C. RGB value is (103,154,28). Sum of RGB (Red+Green+Blue) = 103+154+28=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #679A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A1C is #9865E3. Grayscale: #7C7C7C. Windows color (decimal): -9987556 or 1874535. OLE color: 1874535.

HSL color Cylindrical-coordinate representation of color #679A1C: hue angle of 84.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #679A1C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB10315428-
CMYK0.3300.820.40
HSL84.29º69.23%35.69%-
HSV(B)84.29º81.82%60.39%-
XYZ17.3626.085.22-
YUV124.3973.6112.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 154 (60.55% from 255) = 54.04%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=36.14%
G=54.04%
B=9.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103154280.3300.820.4084.2969.2335.69
Hex679A1C2105228544524
Octal147232344101225012410544
Binary110011110011010111001000010101001010100010101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679A1C; }

 p { color: rgb(103,154,28); }

 H1.HeaderClassName
 {
   color: #679A1C;
 }
 .AnyTagClassName
 {
   color: #679A1C;
 }
</style>
background-color css

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

 a { background-color: rgb(103,154,28); }

 div.DivClassName
 {
   background-color: #679A1C;
 }
 .BgClassName
 {
   background-color: #679A1C;
 }
</style>
border-color css

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

 span { border-color: rgb(103,154,28); }

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