#667A07

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

Shades of Fiji Green #667A07

Tints of Fiji Green #667A07

Color information

#667A07 (or 0x667A07) is unknown color: approx Fiji Green. HEX triplet: 66, 7A and 07. RGB value is (102,122,7). Sum of RGB (Red+Green+Blue) = 102+122+7=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #667A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A07 is #9985F8. Grayscale: #676767. Windows color (decimal): -10061305 or 490086. OLE color: 490086.

HSL color Cylindrical-coordinate representation of color #667A07: hue angle of 70.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #667A07 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB1021227-
CMYK0.1600.940.52
HSL70.43º89.15%25.29%-
HSV(B)70.43º94.26%47.84%-
XYZ12.4816.762.78-
YUV102.9173.87127.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=44.16%
G=52.81%
B=3.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10212270.1600.940.5270.4389.1525.29
Hex667A71005E34465919
Octal14617272001366410613131
Binary1100110111101011110000010111101101001000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667A07; }

 p { color: rgb(102,122,7); }

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

<style>
 a { background-color: #667A07; }

 a { background-color: rgb(102,122,7); }

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

<style>
 span { border-color: #667A07; }

 span { border-color: rgb(102,122,7); }

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