#527B07

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

Shades of Fiji Green #527B07

Tints of Fiji Green #527B07

Color information

#527B07 (or 0x527B07) is unknown color: approx Fiji Green. HEX triplet: 52, 7B and 07. RGB value is (82,123,7). Sum of RGB (Red+Green+Blue) = 82+123+7=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #527B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B07 is #AD84F8. Grayscale: #616161. Windows color (decimal): -11371769 or 490322. OLE color: 490322.

HSL color Cylindrical-coordinate representation of color #527B07: hue angle of 81.21º 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 #527B07 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB821237-
CMYK0.3300.940.52
HSL81.21º89.23%25.49%-
HSV(B)81.21º94.31%48.24%-
XYZ10.615.982.73-
YUV97.5276.92116.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 123 (48.44% from 255) = 58.02%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=38.68%
G=58.02%
B=3.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8212370.3300.940.5281.2189.2325.49
Hex527B72105E34515919
Octal12217374101366412113131
Binary10100101111011111100001010111101101001010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527B07; }

 p { color: rgb(82,123,7); }

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

<style>
 a { background-color: #527B07; }

 a { background-color: rgb(82,123,7); }

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

<style>
 span { border-color: #527B07; }

 span { border-color: rgb(82,123,7); }

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