#6B7315

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

Shades of Fiji Green #6B7315

Tints of Fiji Green #6B7315

Color information

#6B7315 (or 0x6B7315) is unknown color: approx Fiji Green. HEX triplet: 6B, 73 and 15. RGB value is (107,115,21). Sum of RGB (Red+Green+Blue) = 107+115+21=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7315 is #948CEA. Grayscale: #666666. Windows color (decimal): -9735403 or 1405803. OLE color: 1405803.

HSL color Cylindrical-coordinate representation of color #6B7315: hue angle of 65.11º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B7315 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB10711521-
CMYK0.0700.820.55
HSL65.11º69.12%26.67%-
HSV(B)65.11º81.74%45.1%-
XYZ12.3315.443.04-
YUV101.8982.35131.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=44.03%
G=47.33%
B=8.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115210.0700.820.5565.1169.1226.67
Hex6B731570523741451b
Octal15316325701226710110533
Binary1101011111001110101111010100101101111000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,21); }

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

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

 a { background-color: rgb(107,115,21); }

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

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

 span { border-color: rgb(107,115,21); }

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