Html Css Color HEX #5A770C Fiji Green

📋 copy color: '#5A770C'

red 90 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #5A770C

Tints of Fiji Green #5A770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 40.72%
G = 53.85%
B = 5.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#5A770C (or 0x5A770C) is known color: Fiji Green. HEX triplet: 5A, 77 and 0C. RGB value is (90,119,12). Sum of RGB (Red+Green+Blue) = 90+119+12=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #5A770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A770C is #A588F3. Grayscale: #626262. Windows color (decimal): -10848500 or 816986. OLE color: 816986.

HSL color Cylindrical-coordinate representation of color #5A770C: hue angle of 76.26º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A770C is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 119 12 -
CMYK 0.24 0 0.90 0.53
HSL 76.26º 0.82% 0.26% -
HSV(B) 76.26º 0.9% 0.47% -
XYZ 10.88 15.39 2.75 -
YUV 98.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 90 119 12 0.24 0 0.90 0.53 76.26 0.82 0.26
Hex 5A 77 C 18 0 5A 35 4C 52 1A
Octal 132 167 14 30 0 132 65 114 122 32
Binary 1011010 1110111 1100 11000 0 1011010 110101 1001100 1010010 11010

Color Harmonies of #5A770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A770C

Black with #5A770C

Text Example


Text Example

White with #5A770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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