Html Css Color HEX #657001 Olive

📋 copy color: '#657001'

red 101 ◦ green 112 ◦ blue 1

#657001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #657001

Tints of Olive #657001

RGB

 RED value IS 101 (39.84% from 255) = 47.2%

 GREEN value IS 112 (44.14% from 255) = 52.34%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 47.2%
G = 52.34%
B = 0.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#657001 (or 0x657001) is known color: Olive. HEX triplet: 65, 70 and 01. RGB value is (101,112,1). Sum of RGB (Red+Green+Blue) = 101+112+1=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #657001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657001 is #9A8FFE. Grayscale: #606060. Windows color (decimal): -10129407 or 94309. OLE color: 94309.

HSL color Cylindrical-coordinate representation of color #657001: hue angle of 65.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657001 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 1 -
CMYK 0.10 0 0.99 0.56
HSL 65.95º 0.98% 0.22% -
HSV(B) 65.95º 0.99% 0.44% -
XYZ 11.17 14.36 2.21 -
YUV 96.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 101 112 1 0.10 0 0.99 0.56 65.95 0.98 0.22
Hex 65 70 1 A 0 63 38 42 62 16
Octal 145 160 1 12 0 143 70 102 142 26
Binary 1100101 1110000 1 1010 0 1100011 111000 1000010 1100010 10110

Color Harmonies of #657001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657001

Black with #657001

Text Example


Text Example

White with #657001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657001; }

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

 H1.HeaderClassName
 {
   color: #657001;
 }
 .AnyTagClassName
 {
   color: #657001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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