Html Css Color HEX #657601 Olive

📋 copy color: '#657601'

red 101 ◦ green 118 ◦ blue 1

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

Shades of Olive #657601

Tints of Olive #657601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.64%

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

R = 45.91%
G = 53.64%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#657601 (or 0x657601) is known color: Olive. HEX triplet: 65, 76 and 01. RGB value is (101,118,1). Sum of RGB (Red+Green+Blue) = 101+118+1=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #657601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657601 is #9A89FE. Grayscale: #646464. Windows color (decimal): -10127871 or 95845. OLE color: 95845.

HSL color Cylindrical-coordinate representation of color #657601: hue angle of 68.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657601 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 1 -
CMYK 0.14 0 0.99 0.54
HSL 68.72º 0.98% 0.23% -
HSV(B) 68.72º 0.99% 0.46% -
XYZ 11.85 15.73 2.44 -
YUV 99.58 72.37 129.01 -
System Red Green Blue C M Y K H S L
Decimal 101 118 1 0.14 0 0.99 0.54 68.72 0.98 0.23
Hex 65 76 1 E 0 63 36 45 62 17
Octal 145 166 1 16 0 143 66 105 142 27
Binary 1100101 1110110 1 1110 0 1100011 110110 1000101 1100010 10111

Color Harmonies of #657601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657601

Black with #657601

Text Example


Text Example

White with #657601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657601; }

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

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

background-color css

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

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

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

border-color css

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

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

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