#69730F

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

Shades of Fiji Green #69730F

Tints of Fiji Green #69730F

Color information

#69730F (or 0x69730F) is unknown color: approx Fiji Green. HEX triplet: 69, 73 and 0F. RGB value is (105,115,15). Sum of RGB (Red+Green+Blue) = 105+115+15=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #69730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69730F is #968CF0. Grayscale: #656565. Windows color (decimal): -9866481 or 1012585. OLE color: 1012585.

HSL color Cylindrical-coordinate representation of color #69730F: hue angle of 66º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69730F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10511515-
CMYK0.0900.870.55
HSL66º76.92%25.49%-
HSV(B)66º86.96%45.1%-
XYZ12.0415.32.77-
YUV100.6179.69131.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=44.68%
G=48.94%
B=6.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115150.0900.870.556676.9225.49
Hex6973F905737424d19
Octal151163171101276710211531
Binary1101001111001111111001010101111101111000010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69730F; }

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

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

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

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

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

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

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

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