Html Css Color HEX #5F6316 Fiji Green

📋 copy color: '#5F6316'

red 95 ◦ green 99 ◦ blue 22

#5F6316
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5F6316

Tints of Fiji Green #5F6316

RGB

 RED value IS 95 (37.5% from 255) = 43.98%

 GREEN value IS 99 (39.06% from 255) = 45.83%

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 43.98%
G = 45.83%
B = 10.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#5F6316 (or 0x5F6316) is known color: Fiji Green. HEX triplet: 5F, 63 and 16. RGB value is (95,99,22). Sum of RGB (Red+Green+Blue) = 95+99+22=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6316 is #A09CE9. Grayscale: #595959. Windows color (decimal): -10525930 or 1467231. OLE color: 1467231.

HSL color Cylindrical-coordinate representation of color #5F6316: hue angle of 63.12º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F6316 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 22 -
CMYK 0.04 0 0.78 0.61
HSL 63.12º 0.64% 0.24% -
HSV(B) 63.12º 0.78% 0.39% -
XYZ 9.33 11.41 2.47 -
YUV 89.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 95 99 22 0.04 0 0.78 0.61 63.12 0.64 0.24
Hex 5F 63 16 4 0 4E 3D 3F 40 18
Octal 137 143 26 4 0 116 75 77 100 30
Binary 1011111 1100011 10110 100 0 1001110 111101 111111 1000000 11000

Color Harmonies of #5F6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6316

Black with #5F6316

Text Example


Text Example

White with #5F6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6316; }

 p { color: rgb(95,99,22); }

 H1.HeaderClassName
 {
   color: #5F6316;
 }
 .AnyTagClassName
 {
   color: #5F6316;
 }
</style>

background-color css

<style>
 a { background-color: #5F6316; }

 a { background-color: rgb(95,99,22); }

 div.DivClassName
 {
   background-color: #5F6316;
 }
 .BgClassName
 {
   background-color: #5F6316;
 }
</style>

border-color css

<style>
 span { border-color: #5F6316; }

 span { border-color: rgb(95,99,22); }

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