Html Css Color HEX #5A771B Fiji Green

📋 copy color: '#5A771B'

red 90 ◦ green 119 ◦ blue 27

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

Shades of Fiji Green #5A771B

Tints of Fiji Green #5A771B

RGB

 RED value IS 90 (35.55% from 255) = 38.14%

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

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 38.14%
G = 50.42%
B = 11.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#5A771B (or 0x5A771B) is known color: Fiji Green. HEX triplet: 5A, 77 and 1B. RGB value is (90,119,27). Sum of RGB (Red+Green+Blue) = 90+119+27=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #5A771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A771B is #A588E4. Grayscale: #646464. Windows color (decimal): -10848485 or 1800026. OLE color: 1800026.

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

Color convert

RGB 90 119 27 -
CMYK 0.24 0 0.77 0.53
HSL 78.91º 0.63% 0.29% -
HSV(B) 78.91º 0.77% 0.47% -
XYZ 11.01 15.45 3.44 -
YUV 99.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 90 119 27 0.24 0 0.77 0.53 78.91 0.63 0.29
Hex 5A 77 1B 18 0 4D 35 4F 3F 1D
Octal 132 167 33 30 0 115 65 117 77 35
Binary 1011010 1110111 11011 11000 0 1001101 110101 1001111 111111 11101

Color Harmonies of #5A771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A771B

Black with #5A771B

Text Example


Text Example

White with #5A771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,27); }

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

background-color css

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

 a { background-color: rgb(90,119,27); }

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

border-color css

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

 span { border-color: rgb(90,119,27); }

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