#679422

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

Shades of Olive Drab #679422

Tints of Olive Drab #679422

Color information

#679422 (or 0x679422) is unknown color: approx Olive Drab. HEX triplet: 67, 94 and 22. RGB value is (103,148,34). Sum of RGB (Red+Green+Blue) = 103+148+34=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #679422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679422 is #986BDD. Grayscale: #797979. Windows color (decimal): -9989086 or 2266215. OLE color: 2266215.

HSL color Cylindrical-coordinate representation of color #679422: hue angle of 83.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679422 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB10314834-
CMYK0.3000.770.42
HSL83.68º62.64%35.69%-
HSV(B)83.68º77.03%58.04%-
XYZ16.4724.185.31-
YUV121.5578.59114.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=36.14%
G=51.93%
B=11.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103148340.3000.770.4283.6862.6435.69
Hex6794221E04D2A543f24
Octal14722442360115521247744
Binary11001111001010010001011110010011011010101010100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679422; }

 p { color: rgb(103,148,34); }

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

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

 a { background-color: rgb(103,148,34); }

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

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

 span { border-color: rgb(103,148,34); }

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