Html Css Color HEX #656A01 Fiji Green

📋 copy color: '#656A01'

red 101 ◦ green 106 ◦ blue 1

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

Shades of Fiji Green #656A01

Tints of Fiji Green #656A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.96%

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

R = 48.56%
G = 50.96%
B = 0.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#656A01 (or 0x656A01) is known color: Fiji Green. HEX triplet: 65, 6A and 01. RGB value is (101,106,1). Sum of RGB (Red+Green+Blue) = 101+106+1=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #656A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656A01 is #9A95FE. Grayscale: #5C5C5C. Windows color (decimal): -10130943 or 92773. OLE color: 92773.

HSL color Cylindrical-coordinate representation of color #656A01: hue angle of 62.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #656A01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 106 1 -
CMYK 0.05 0 0.99 0.58
HSL 62.86º 0.98% 0.21% -
HSV(B) 62.86º 0.99% 0.42% -
XYZ 10.53 13.08 2 -
YUV 92.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 101 106 1 0.05 0 0.99 0.58 62.86 0.98 0.21
Hex 65 6A 1 5 0 63 3A 3F 62 15
Octal 145 152 1 5 0 143 72 77 142 25
Binary 1100101 1101010 1 101 0 1100011 111010 111111 1100010 10101

Color Harmonies of #656A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656A01

Black with #656A01

Text Example


Text Example

White with #656A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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