Html Css Color HEX #5F771C Fiji Green

📋 copy color: '#5F771C'

red 95 ◦ green 119 ◦ blue 28

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

Shades of Fiji Green #5F771C

Tints of Fiji Green #5F771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

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

R = 39.26%
G = 49.17%
B = 11.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#5F771C (or 0x5F771C) is known color: Fiji Green. HEX triplet: 5F, 77 and 1C. RGB value is (95,119,28). Sum of RGB (Red+Green+Blue) = 95+119+28=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #5F771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F771C is #A088E3. Grayscale: #656565. Windows color (decimal): -10520804 or 1865567. OLE color: 1865567.

HSL color Cylindrical-coordinate representation of color #5F771C: hue angle of 75.82º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F771C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 119 28 -
CMYK 0.20 0 0.76 0.53
HSL 75.82º 0.62% 0.29% -
HSV(B) 75.82º 0.76% 0.47% -
XYZ 11.53 15.71 3.52 -
YUV 101.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 95 119 28 0.20 0 0.76 0.53 75.82 0.62 0.29
Hex 5F 77 1C 14 0 4C 35 4C 3E 1D
Octal 137 167 34 24 0 114 65 114 76 35
Binary 1011111 1110111 11100 10100 0 1001100 110101 1001100 111110 11101

Color Harmonies of #5F771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F771C

Black with #5F771C

Text Example


Text Example

White with #5F771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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