#6C730F

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

Shades of Fiji Green #6C730F

Tints of Fiji Green #6C730F

Color information

#6C730F (or 0x6C730F) is unknown color: approx Fiji Green. HEX triplet: 6C, 73 and 0F. RGB value is (108,115,15). Sum of RGB (Red+Green+Blue) = 108+115+15=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #6C730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C730F is #938CF0. Grayscale: #656565. Windows color (decimal): -9669873 or 1012588. OLE color: 1012588.

HSL color Cylindrical-coordinate representation of color #6C730F: hue angle of 64.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C730F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10811515-
CMYK0.0600.870.55
HSL64.2º76.92%25.49%-
HSV(B)64.2º86.96%45.1%-
XYZ12.415.482.79-
YUV101.5179.18132.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=45.38%
G=48.32%
B=6.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108115150.0600.870.5564.276.9225.49
Hex6C73F605737404d19
Octal15416317601276710011531
Binary110110011100111111110010101111101111000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,15); }

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

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

 a { background-color: rgb(108,115,15); }

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

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

 span { border-color: rgb(108,115,15); }

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