Html Css Color HEX #655F01 Fiji Green

📋 copy color: '#655F01'

red 101 ◦ green 95 ◦ blue 1

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

Shades of Fiji Green #655F01

Tints of Fiji Green #655F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.22%

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

R = 51.27%
G = 48.22%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#655F01 (or 0x655F01) is known color: Fiji Green. HEX triplet: 65, 5F and 01. RGB value is (101,95,1). Sum of RGB (Red+Green+Blue) = 101+95+1=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #655F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F01 is #9AA0FE. Grayscale: #565656. Windows color (decimal): -10133759 or 89957. OLE color: 89957.

HSL color Cylindrical-coordinate representation of color #655F01: hue angle of 56.4º 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 #655F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 95 1 -
CMYK 0 0.06 0.99 0.60
HSL 56.4º 0.98% 0.2% -
HSV(B) 56.4º 0.99% 0.4% -
XYZ 9.46 10.95 1.64 -
YUV 86.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 101 95 1 0 0.06 0.99 0.60 56.4 0.98 0.2
Hex 65 5F 1 0 6 63 3C 38 62 14
Octal 145 137 1 0 6 143 74 70 142 24
Binary 1100101 1011111 1 0 110 1100011 111100 111000 1100010 10100

Color Harmonies of #655F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F01

Black with #655F01

Text Example


Text Example

White with #655F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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