#6A650D

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

Shades of Fiji Green #6A650D

Tints of Fiji Green #6A650D

Color information

#6A650D (or 0x6A650D) is unknown color: approx Fiji Green. HEX triplet: 6A, 65 and 0D. RGB value is (106,101,13). Sum of RGB (Red+Green+Blue) = 106+101+13=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A650D is #959AF2. Grayscale: #5C5C5C. Windows color (decimal): -9804531 or 877930. OLE color: 877930.

HSL color Cylindrical-coordinate representation of color #6A650D: hue angle of 56.77º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A650D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB10610113-
CMYK00.050.880.58
HSL56.77º78.15%23.33%-
HSV(B)56.77º87.74%41.57%-
XYZ10.6712.42.21-
YUV92.4683.16137.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=48.18%
G=45.91%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061011300.050.880.5856.7778.1523.33
Hex6A65D05583A394e17
Octal1521451505130727111627
Binary11010101100101110101011011000111010111001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A650D; }

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

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

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

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

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

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

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

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