#678024

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

Shades of Olive Drab #678024

Tints of Olive Drab #678024

Color information

#678024 (or 0x678024) is unknown color: approx Olive Drab. HEX triplet: 67, 80 and 24. RGB value is (103,128,36). Sum of RGB (Red+Green+Blue) = 103+128+36=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #678024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678024 is #987FDB. Grayscale: #6E6E6E. Windows color (decimal): -9994204 or 2392167. OLE color: 2392167.

HSL color Cylindrical-coordinate representation of color #678024: hue angle of 76.3º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #678024 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB10312836-
CMYK0.2000.720.50
HSL76.3º56.1%32.16%-
HSV(B)76.3º71.88%50.2%-
XYZ13.6318.454.51-
YUV110.0486.22122.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=38.58%
G=47.94%
B=13.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128360.2000.720.5076.356.132.16
Hex67802414048324c3820
Octal14720044240110621147040
Binary11001111000000010010010100010010001100101001100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678024; }

 p { color: rgb(103,128,36); }

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

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

 a { background-color: rgb(103,128,36); }

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

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

 span { border-color: rgb(103,128,36); }

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