Html Css Color HEX #656001 Fiji Green

📋 copy color: '#656001'

red 101 ◦ green 96 ◦ blue 1

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

Shades of Fiji Green #656001

Tints of Fiji Green #656001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

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

R = 51.01%
G = 48.48%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#656001 (or 0x656001) is known color: Fiji Green. HEX triplet: 65, 60 and 01. RGB value is (101,96,1). Sum of RGB (Red+Green+Blue) = 101+96+1=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #656001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656001 is #9A9FFE. Grayscale: #575757. Windows color (decimal): -10133503 or 90213. OLE color: 90213.

HSL color Cylindrical-coordinate representation of color #656001: hue angle of 57º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #656001 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 96 1 -
CMYK 0 0.05 0.99 0.60
HSL 57º 0.98% 0.2% -
HSV(B) 57º 0.99% 0.4% -
XYZ 9.56 11.13 1.67 -
YUV 86.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 101 96 1 0 0.05 0.99 0.60 57 0.98 0.2
Hex 65 60 1 0 5 63 3C 39 62 14
Octal 145 140 1 0 5 143 74 71 142 24
Binary 1100101 1100000 1 0 101 1100011 111100 111001 1100010 10100

Color Harmonies of #656001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656001

Black with #656001

Text Example


Text Example

White with #656001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656001; }

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

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

background-color css

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

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

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

border-color css

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

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

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