Html Css Color HEX #5F600D Fiji Green

📋 copy color: '#5F600D'

red 95 ◦ green 96 ◦ blue 13

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

Shades of Fiji Green #5F600D

Tints of Fiji Green #5F600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 46.57%
G = 47.06%
B = 6.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#5F600D (or 0x5F600D) is known color: Fiji Green. HEX triplet: 5F, 60 and 0D. RGB value is (95,96,13). Sum of RGB (Red+Green+Blue) = 95+96+13=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600D is #A09FF2. Grayscale: #565656. Windows color (decimal): -10526707 or 876639. OLE color: 876639.

HSL color Cylindrical-coordinate representation of color #5F600D: hue angle of 60.72º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F600D is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 96 13 -
CMYK 0.01 0 0.86 0.62
HSL 60.72º 0.76% 0.21% -
HSV(B) 60.72º 0.86% 0.38% -
XYZ 8.97 10.83 2 -
YUV 86.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 95 96 13 0.01 0 0.86 0.62 60.72 0.76 0.21
Hex 5F 60 D 1 0 56 3E 3D 4C 15
Octal 137 140 15 1 0 126 76 75 114 25
Binary 1011111 1100000 1101 1 0 1010110 111110 111101 1001100 10101

Color Harmonies of #5F600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F600D

Black with #5F600D

Text Example


Text Example

White with #5F600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,96,13); }

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

background-color css

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

 a { background-color: rgb(95,96,13); }

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

border-color css

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

 span { border-color: rgb(95,96,13); }

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