#69721D

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

Shades of Fiji Green #69721D

Tints of Fiji Green #69721D

Color information

#69721D (or 0x69721D) is unknown color: approx Fiji Green. HEX triplet: 69, 72 and 1D. RGB value is (105,114,29). Sum of RGB (Red+Green+Blue) = 105+114+29=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #69721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69721D is #968DE2. Grayscale: #656565. Windows color (decimal): -9866723 or 1929833. OLE color: 1929833.

HSL color Cylindrical-coordinate representation of color #69721D: hue angle of 66.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69721D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB10511429-
CMYK0.0800.750.55
HSL66.35º59.44%28.04%-
HSV(B)66.35º74.56%44.71%-
XYZ12.0615.133.45-
YUV101.6287.02130.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 29 (11.72% from 255) = 11.69%
R=42.34%
G=45.97%
B=11.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114290.0800.750.5566.3559.4428.04
Hex69721D804B37423b1c
Octal15116235100113671027334
Binary1101001111001011101100001001011110111100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69721D; }

 p { color: rgb(105,114,29); }

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

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

 a { background-color: rgb(105,114,29); }

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

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

 span { border-color: rgb(105,114,29); }

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