#648e23

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

Shades of Olive Drab #648E23

Tints of Olive Drab #648E23

Color information

#648E23 (or 0x648E23) is unknown color: approx Olive Drab. HEX triplet: 64, 8E and 23. RGB value is (100,142,35). Sum of RGB (Red+Green+Blue) = 100+142+35=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #648E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648E23 is #9B71DC. Grayscale: #757575. Windows color (decimal): -10187229 or 2330212. OLE color: 2330212.

HSL color Cylindrical-coordinate representation of color #648E23: hue angle of 83.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648E23 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB10014235-
CMYK0.3000.750.44
HSL83.55º60.45%34.71%-
HSV(B)83.55º75.35%55.69%-
XYZ15.2322.185.07-
YUV117.2481.59115.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=36.10%
G=51.26%
B=12.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100142350.3000.750.4483.5560.4534.71
Hex648E231E04B2C543c23
Octal14421643360113541247443
Binary11001001000111010001111110010010111011001010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648e23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648e23; }

 p { color: rgb(100,142,35); }

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

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

 a { background-color: rgb(100,142,35); }

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

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

 span { border-color: rgb(100,142,35); }

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