Html Css Color HEX #5F620F Fiji Green

📋 copy color: '#5F620F'

red 95 ◦ green 98 ◦ blue 15

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

Shades of Fiji Green #5F620F

Tints of Fiji Green #5F620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.12%

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 45.67%
G = 47.12%
B = 7.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#5F620F (or 0x5F620F) is known color: Fiji Green. HEX triplet: 5F, 62 and 0F. RGB value is (95,98,15). Sum of RGB (Red+Green+Blue) = 95+98+15=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #5F620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F620F is #A09DF0. Grayscale: #575757. Windows color (decimal): -10526193 or 1008223. OLE color: 1008223.

HSL color Cylindrical-coordinate representation of color #5F620F: hue angle of 62.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F620F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 98 15 -
CMYK 0.03 0 0.85 0.62
HSL 62.17º 0.73% 0.22% -
HSV(B) 62.17º 0.85% 0.38% -
XYZ 9.17 11.2 2.13 -
YUV 87.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 95 98 15 0.03 0 0.85 0.62 62.17 0.73 0.22
Hex 5F 62 F 3 0 55 3E 3E 49 16
Octal 137 142 17 3 0 125 76 76 111 26
Binary 1011111 1100010 1111 11 0 1010101 111110 111110 1001001 10110

Color Harmonies of #5F620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F620F

Black with #5F620F

Text Example


Text Example

White with #5F620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,98,15); }

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

background-color css

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

 a { background-color: rgb(95,98,15); }

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

border-color css

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

 span { border-color: rgb(95,98,15); }

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