#6B7018

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

Shades of Fiji Green #6B7018

Tints of Fiji Green #6B7018

Color information

#6B7018 (or 0x6B7018) is unknown color: approx Fiji Green. HEX triplet: 6B, 70 and 18. RGB value is (107,112,24). Sum of RGB (Red+Green+Blue) = 107+112+24=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7018 is #948FE7. Grayscale: #646464. Windows color (decimal): -9736168 or 1601643. OLE color: 1601643.

HSL color Cylindrical-coordinate representation of color #6B7018: hue angle of 63.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B7018 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB10711224-
CMYK0.0400.790.56
HSL63.41º64.71%26.67%-
HSV(B)63.41º78.57%43.92%-
XYZ12.0214.783.08-
YUV100.4784.84132.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=44.03%
G=46.09%
B=9.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112240.0400.790.5663.4164.7126.67
Hex6B7018404F383f411b
Octal1531603040117707710133
Binary110101111100001100010001001111111000111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,24); }

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

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

 a { background-color: rgb(107,112,24); }

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

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

 span { border-color: rgb(107,112,24); }

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