Html Css Color HEX #656D00 Olive

📋 copy color: '#656D00'

red 101 ◦ green 109 ◦ blue 0

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

Shades of Olive #656D00

Tints of Olive #656D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.9%

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

R = 48.1%
G = 51.9%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#656D00 (or 0x656D00) is known color: Olive. HEX triplet: 65, 6D and 00. RGB value is (101,109,0). Sum of RGB (Red+Green+Blue) = 101+109+0=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #656D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656D00 is #9A92FF. Grayscale: #5E5E5E. Windows color (decimal): -10130176 or 28005. OLE color: 28005.

HSL color Cylindrical-coordinate representation of color #656D00: hue angle of 64.4º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656D00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 109 0 -
CMYK 0.07 0 1 0.57
HSL 64.4º 1% 0.21% -
HSV(B) 64.4º 1% 0.43% -
XYZ 10.84 13.7 2.07 -
YUV 94.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 101 109 0 0.07 0 1 0.57 64.4 1 0.21
Hex 65 6D 0 7 0 64 39 40 64 15
Octal 145 155 0 7 0 144 71 100 144 25
Binary 1100101 1101101 0 111 0 1100100 111001 1000000 1100100 10101

Color Harmonies of #656D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D00

Black with #656D00

Text Example


Text Example

White with #656D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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