#69731C

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

Shades of Fiji Green #69731C

Tints of Fiji Green #69731C

Color information

#69731C (or 0x69731C) is unknown color: approx Fiji Green. HEX triplet: 69, 73 and 1C. RGB value is (105,115,28). Sum of RGB (Red+Green+Blue) = 105+115+28=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #69731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69731C is #968CE3. Grayscale: #666666. Windows color (decimal): -9866468 or 1864553. OLE color: 1864553.

HSL color Cylindrical-coordinate representation of color #69731C: hue angle of 66.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69731C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB10511528-
CMYK0.0900.760.55
HSL66.9º60.84%28.04%-
HSV(B)66.9º75.65%45.1%-
XYZ12.1715.353.42-
YUV102.0986.19130.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=42.34%
G=46.37%
B=11.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115280.0900.760.5566.960.8428.04
Hex69731C904C37433d1c
Octal15116334110114671037534
Binary1101001111001111100100101001100110111100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69731C; }

 p { color: rgb(105,115,28); }

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

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

 a { background-color: rgb(105,115,28); }

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

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

 span { border-color: rgb(105,115,28); }

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