Html Css Color HEX #5A760C Fiji Green

📋 copy color: '#5A760C'

red 90 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #5A760C

Tints of Fiji Green #5A760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.64%

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

R = 40.91%
G = 53.64%
B = 5.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#5A760C (or 0x5A760C) is known color: Fiji Green. HEX triplet: 5A, 76 and 0C. RGB value is (90,118,12). Sum of RGB (Red+Green+Blue) = 90+118+12=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #5A760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A760C is #A589F3. Grayscale: #616161. Windows color (decimal): -10848756 or 816730. OLE color: 816730.

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

Color convert

RGB 90 118 12 -
CMYK 0.24 0 0.90 0.54
HSL 75.85º 0.82% 0.25% -
HSV(B) 75.85º 0.9% 0.46% -
XYZ 10.76 15.16 2.71 -
YUV 97.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 90 118 12 0.24 0 0.90 0.54 75.85 0.82 0.25
Hex 5A 76 C 18 0 5A 36 4C 52 19
Octal 132 166 14 30 0 132 66 114 122 31
Binary 1011010 1110110 1100 11000 0 1011010 110110 1001100 1010010 11001

Color Harmonies of #5A760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A760C

Black with #5A760C

Text Example


Text Example

White with #5A760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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