#6F730E

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

Shades of Fiji Green #6F730E

Tints of Fiji Green #6F730E

Color information

#6F730E (or 0x6F730E) is unknown color: approx Fiji Green. HEX triplet: 6F, 73 and 0E. RGB value is (111,115,14). Sum of RGB (Red+Green+Blue) = 111+115+14=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #6F730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F730E is #908CF1. Grayscale: #666666. Windows color (decimal): -9473266 or 947055. OLE color: 947055.

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

Color convert

RGB11111514-
CMYK0.0300.880.55
HSL62.38º78.29%25.29%-
HSV(B)62.38º87.83%45.1%-
XYZ12.7715.672.77-
YUV102.2978.17134.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=46.25%
G=47.92%
B=5.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115140.0300.880.5562.3878.2925.29
Hex6F73E3058373e4e19
Octal1571631630130677611631
Binary1101111111001111101101011000110111111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,14); }

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

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

 a { background-color: rgb(111,115,14); }

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

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

 span { border-color: rgb(111,115,14); }

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