Html Css Color HEX #5F6A1C Fiji Green

📋 copy color: '#5F6A1C'

red 95 ◦ green 106 ◦ blue 28

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

Shades of Fiji Green #5F6A1C

Tints of Fiji Green #5F6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.29%

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 41.48%
G = 46.29%
B = 12.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#5F6A1C (or 0x5F6A1C) is known color: Fiji Green. HEX triplet: 5F, 6A and 1C. RGB value is (95,106,28). Sum of RGB (Red+Green+Blue) = 95+106+28=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A1C is #A095E3. Grayscale: #5E5E5E. Windows color (decimal): -10524132 or 1862239. OLE color: 1862239.

HSL color Cylindrical-coordinate representation of color #5F6A1C: hue angle of 68.46º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F6A1C is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 106 28 -
CMYK 0.10 0 0.74 0.58
HSL 68.46º 0.58% 0.26% -
HSV(B) 68.46º 0.74% 0.42% -
XYZ 10.08 12.82 3.04 -
YUV 93.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 95 106 28 0.10 0 0.74 0.58 68.46 0.58 0.26
Hex 5F 6A 1C A 0 4A 3A 44 3A 1A
Octal 137 152 34 12 0 112 72 104 72 32
Binary 1011111 1101010 11100 1010 0 1001010 111010 1000100 111010 11010

Color Harmonies of #5F6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6A1C

Black with #5F6A1C

Text Example


Text Example

White with #5F6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,106,28); }

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

background-color css

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

 a { background-color: rgb(95,106,28); }

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

border-color css

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

 span { border-color: rgb(95,106,28); }

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