#67720F

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

Shades of Fiji Green #67720F

Tints of Fiji Green #67720F

Color information

#67720F (or 0x67720F) is unknown color: approx Fiji Green. HEX triplet: 67, 72 and 0F. RGB value is (103,114,15). Sum of RGB (Red+Green+Blue) = 103+114+15=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #67720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67720F is #988DF0. Grayscale: #636363. Windows color (decimal): -9997809 or 1012327. OLE color: 1012327.

HSL color Cylindrical-coordinate representation of color #67720F: hue angle of 66.67º 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 #67720F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10311415-
CMYK0.1000.870.55
HSL66.67º76.74%25.29%-
HSV(B)66.67º86.84%44.71%-
XYZ11.714.952.72-
YUV99.4280.36130.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=44.40%
G=49.14%
B=6.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114150.1000.870.5566.6776.7425.29
Hex6772FA05737434d19
Octal147162171201276710311531
Binary1100111111001011111010010101111101111000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,114,15); }

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

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

 a { background-color: rgb(103,114,15); }

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

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

 span { border-color: rgb(103,114,15); }

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