#678234

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

Shades of Olive Drab #678234

Tints of Olive Drab #678234

Color information

#678234 (or 0x678234) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 34. RGB value is (103,130,52). Sum of RGB (Red+Green+Blue) = 103+130+52=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #678234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678234 is #987DCB. Grayscale: #717171. Windows color (decimal): -9993676 or 3441255. OLE color: 3441255.

HSL color Cylindrical-coordinate representation of color #678234: hue angle of 80.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #678234 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10313052-
CMYK0.2100.600.49
HSL80.77º42.86%35.69%-
HSV(B)80.77º60%50.98%-
XYZ14.219.16.19-
YUV113.0493.55120.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=36.14%
G=45.61%
B=18.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130520.2100.600.4980.7742.8635.69
Hex6782341503C31512b24
Octal1472026425074611215344
Binary1100111100000101101001010101111001100011010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678234; }

 p { color: rgb(103,130,52); }

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

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

 a { background-color: rgb(103,130,52); }

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

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

 span { border-color: rgb(103,130,52); }

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