#696308

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

Shades of Fiji Green #696308

Tints of Fiji Green #696308

Color information

#696308 (or 0x696308) is unknown color: approx Fiji Green. HEX triplet: 69, 63 and 08. RGB value is (105,99,8). Sum of RGB (Red+Green+Blue) = 105+99+8=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696308 is #969CF7. Grayscale: #5A5A5A. Windows color (decimal): -9870584 or 549737. OLE color: 549737.

HSL color Cylindrical-coordinate representation of color #696308: hue angle of 56.29º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #696308 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105998-
CMYK00.060.920.59
HSL56.29º85.84%22.16%-
HSV(B)56.29º92.38%41.18%-
XYZ10.3311.941.99-
YUV90.4281.49138.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=49.53%
G=46.70%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10599800.060.920.5956.2985.8422.16
Hex69638065C3B385616
Octal1511431006134737012626
Binary11010011100011100001101011100111011111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696308; }

 p { color: rgb(105,99,8); }

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

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

 a { background-color: rgb(105,99,8); }

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

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

 span { border-color: rgb(105,99,8); }

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