#69771C

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

Shades of Fiji Green #69771C

Tints of Fiji Green #69771C

Color information

#69771C (or 0x69771C) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 1C. RGB value is (105,119,28). Sum of RGB (Red+Green+Blue) = 105+119+28=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #69771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69771C is #9688E3. Grayscale: #686868. Windows color (decimal): -9865444 or 1865577. OLE color: 1865577.

HSL color Cylindrical-coordinate representation of color #69771C: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69771C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB10511928-
CMYK0.1200.760.53
HSL69.23º61.9%28.82%-
HSV(B)69.23º76.47%46.67%-
XYZ12.6316.283.58-
YUV104.4484.86128.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=41.67%
G=47.22%
B=11.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119280.1200.760.5369.2361.928.82
Hex69771CC04C35453e1d
Octal15116734140114651057635
Binary1101001111011111100110001001100110101100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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