Html Css Color HEX #655F00 Fiji Green

📋 copy color: '#655F00'

red 101 ◦ green 95 ◦ blue 0

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

Shades of Fiji Green #655F00

Tints of Fiji Green #655F00

RGB

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

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

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

R = 51.53%
G = 48.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#655F00 (or 0x655F00) is known color: Fiji Green. HEX triplet: 65, 5F and 00. RGB value is (101,95,0). Sum of RGB (Red+Green+Blue) = 101+95+0=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #655F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F00 is #9AA0FF. Grayscale: #565656. Windows color (decimal): -10133760 or 24421. OLE color: 24421.

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

Color convert

RGB 101 95 0 -
CMYK 0 0.06 1 0.60
HSL 56.44º 1% 0.2% -
HSV(B) 56.44º 1% 0.4% -
XYZ 9.46 10.95 1.62 -
YUV 85.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 101 95 0 0 0.06 1 0.60 56.44 1 0.2
Hex 65 5F 0 0 6 64 3C 38 64 14
Octal 145 137 0 0 6 144 74 70 144 24
Binary 1100101 1011111 0 0 110 1100100 111100 111000 1100100 10100

Color Harmonies of #655F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F00

Black with #655F00

Text Example


Text Example

White with #655F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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