#657B01

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

Shades of Olive #657B01

Tints of Olive #657B01

Color information

#657B01 (or 0x657B01) is unknown color: approx Olive. HEX triplet: 65, 7B and 01. RGB value is (101,123,1). Sum of RGB (Red+Green+Blue) = 101+123+1=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #657B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657B01 is #9A84FE. Grayscale: #666666. Windows color (decimal): -10126591 or 97125. OLE color: 97125.

HSL color Cylindrical-coordinate representation of color #657B01: hue angle of 70.82º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657B01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB1011231-
CMYK0.1800.990.52
HSL70.82º98.39%24.31%-
HSV(B)70.82º99.19%48.24%-
XYZ12.4616.932.64-
YUV102.5170.71126.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=44.89%
G=54.67%
B=0.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10112310.1800.990.5270.8298.3924.31
Hex657B11206334476218
Octal14517312201436410714230
Binary11001011111011110010011000111101001000111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657B01; }

 p { color: rgb(101,123,1); }

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

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

 a { background-color: rgb(101,123,1); }

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

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

 span { border-color: rgb(101,123,1); }

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