Html Css Color HEX #5A7812 Fiji Green

📋 copy color: '#5A7812'

red 90 ◦ green 120 ◦ blue 18

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

Shades of Fiji Green #5A7812

Tints of Fiji Green #5A7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.63%

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

R = 39.47%
G = 52.63%
B = 7.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#5A7812 (or 0x5A7812) is known color: Fiji Green. HEX triplet: 5A, 78 and 12. RGB value is (90,120,18). Sum of RGB (Red+Green+Blue) = 90+120+18=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7812 is #A587ED. Grayscale: #636363. Windows color (decimal): -10848238 or 1210458. OLE color: 1210458.

HSL color Cylindrical-coordinate representation of color #5A7812: hue angle of 77.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A7812 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 18 -
CMYK 0.25 0 0.85 0.53
HSL 77.65º 0.74% 0.27% -
HSV(B) 77.65º 0.85% 0.47% -
XYZ 11.04 15.65 3.01 -
YUV 99.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 90 120 18 0.25 0 0.85 0.53 77.65 0.74 0.27
Hex 5A 78 12 19 0 55 35 4E 4A 1B
Octal 132 170 22 31 0 125 65 116 112 33
Binary 1011010 1111000 10010 11001 0 1010101 110101 1001110 1001010 11011

Color Harmonies of #5A7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7812

Black with #5A7812

Text Example


Text Example

White with #5A7812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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