Html Css Color HEX #657500 Olive

📋 copy color: '#657500'

red 101 ◦ green 117 ◦ blue 0

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

Shades of Olive #657500

Tints of Olive #657500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.33%
G = 53.67%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#657500 (or 0x657500) is known color: Olive. HEX triplet: 65, 75 and 00. RGB value is (101,117,0). Sum of RGB (Red+Green+Blue) = 101+117+0=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #657500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657500 is #9A8AFF. Grayscale: #636363. Windows color (decimal): -10128128 or 30053. OLE color: 30053.

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

Color convert

RGB 101 117 0 -
CMYK 0.14 0 1 0.54
HSL 68.21º 1% 0.23% -
HSV(B) 68.21º 1% 0.46% -
XYZ 11.73 15.49 2.37 -
YUV 98.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 101 117 0 0.14 0 1 0.54 68.21 1 0.23
Hex 65 75 0 E 0 64 36 44 64 17
Octal 145 165 0 16 0 144 66 104 144 27
Binary 1100101 1110101 0 1110 0 1100100 110110 1000100 1100100 10111

Color Harmonies of #657500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657500

Black with #657500

Text Example


Text Example

White with #657500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657500; }

 p { color: rgb(101,117,0); }

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

background-color css

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

 a { background-color: rgb(101,117,0); }

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

border-color css

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

 span { border-color: rgb(101,117,0); }

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