#6A751C

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

Shades of Fiji Green #6A751C

Tints of Fiji Green #6A751C

Color information

#6A751C (or 0x6A751C) is unknown color: approx Fiji Green. HEX triplet: 6A, 75 and 1C. RGB value is (106,117,28). Sum of RGB (Red+Green+Blue) = 106+117+28=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #6A751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A751C is #958AE3. Grayscale: #676767. Windows color (decimal): -9800420 or 1865066. OLE color: 1865066.

HSL color Cylindrical-coordinate representation of color #6A751C: hue angle of 67.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A751C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB10611728-
CMYK0.0900.760.54
HSL67.42º61.38%28.43%-
HSV(B)67.42º76.07%45.88%-
XYZ12.5115.873.5-
YUV103.5685.36129.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=42.23%
G=46.61%
B=11.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117280.0900.760.5467.4261.3828.43
Hex6A751C904C36433d1c
Octal15216534110114661037534
Binary1101010111010111100100101001100110110100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,28); }

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

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

 a { background-color: rgb(106,117,28); }

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

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

 span { border-color: rgb(106,117,28); }

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