#6B7518

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

Shades of Fiji Green #6B7518

Tints of Fiji Green #6B7518

Color information

#6B7518 (or 0x6B7518) is unknown color: approx Fiji Green. HEX triplet: 6B, 75 and 18. RGB value is (107,117,24). Sum of RGB (Red+Green+Blue) = 107+117+24=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7518 is #948AE7. Grayscale: #676767. Windows color (decimal): -9734888 or 1602923. OLE color: 1602923.

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

Color convert

RGB10711724-
CMYK0.0900.790.54
HSL66.45º65.96%27.65%-
HSV(B)66.45º79.49%45.88%-
XYZ12.5915.913.27-
YUV103.4183.19130.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=43.15%
G=47.18%
B=9.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107117240.0900.790.5466.4565.9627.65
Hex6B7518904F3642421c
Octal153165301101176610210234
Binary11010111110101110001001010011111101101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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