#656F1F

Color #656F1F Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #656F1F

Tints of Fiji Green #656F1F

Color information

#656F1F (or 0x656F1F) is unknown color: approx Fiji Green. HEX triplet: 65, 6F and 1F. RGB value is (101,111,31). Sum of RGB (Red+Green+Blue) = 101+111+31=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #656F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656F1F is #9A90E0. Grayscale: #636363. Windows color (decimal): -10129633 or 2060133. OLE color: 2060133.

HSL color Cylindrical-coordinate representation of color #656F1F: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #656F1F is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB10111131-
CMYK0.0900.720.56
HSL67.5º56.34%27.84%-
HSV(B)67.5º72.07%43.53%-
XYZ11.314.233.45-
YUV98.8989.69129.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=41.56%
G=45.68%
B=12.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101111310.0900.720.5667.556.3427.84
Hex656F1F90483844381c
Octal14515737110110701047034
Binary1100101110111111111100101001000111000100010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,31); }

 H1.HeaderClassName
 {
   color: #656F1F;
 }
 .AnyTagClassName
 {
   color: #656F1F;
 }
</style>
background-color css

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

 a { background-color: rgb(101,111,31); }

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

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

 span { border-color: rgb(101,111,31); }

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