Html Css Color HEX #5A6512 Fiji Green

📋 copy color: '#5A6512'

red 90 ◦ green 101 ◦ blue 18

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

Shades of Fiji Green #5A6512

Tints of Fiji Green #5A6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 43.06%
G = 48.33%
B = 8.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#5A6512 (or 0x5A6512) is known color: Fiji Green. HEX triplet: 5A, 65 and 12. RGB value is (90,101,18). Sum of RGB (Red+Green+Blue) = 90+101+18=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6512 is #A59AED. Grayscale: #585858. Windows color (decimal): -10853102 or 1205594. OLE color: 1205594.

HSL color Cylindrical-coordinate representation of color #5A6512: hue angle of 67.95º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A6512 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 18 -
CMYK 0.11 0 0.82 0.60
HSL 67.95º 0.7% 0.23% -
HSV(B) 67.95º 0.82% 0.4% -
XYZ 8.98 11.52 2.32 -
YUV 88.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 90 101 18 0.11 0 0.82 0.60 67.95 0.7 0.23
Hex 5A 65 12 B 0 52 3C 44 46 17
Octal 132 145 22 13 0 122 74 104 106 27
Binary 1011010 1100101 10010 1011 0 1010010 111100 1000100 1000110 10111

Color Harmonies of #5A6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6512

Black with #5A6512

Text Example


Text Example

White with #5A6512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,18); }

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

background-color css

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

 a { background-color: rgb(90,101,18); }

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

border-color css

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

 span { border-color: rgb(90,101,18); }

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