Html Css Color HEX #5A620F Fiji Green

📋 copy color: '#5A620F'

red 90 ◦ green 98 ◦ blue 15

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

Shades of Fiji Green #5A620F

Tints of Fiji Green #5A620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 44.33%
G = 48.28%
B = 7.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#5A620F (or 0x5A620F) is known color: Fiji Green. HEX triplet: 5A, 62 and 0F. RGB value is (90,98,15). Sum of RGB (Red+Green+Blue) = 90+98+15=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #5A620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A620F is #A59DF0. Grayscale: #565656. Windows color (decimal): -10853873 or 1008218. OLE color: 1008218.

HSL color Cylindrical-coordinate representation of color #5A620F: hue angle of 65.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A620F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 15 -
CMYK 0.08 0 0.85 0.62
HSL 65.78º 0.73% 0.22% -
HSV(B) 65.78º 0.85% 0.38% -
XYZ 8.67 10.94 2.11 -
YUV 86.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 90 98 15 0.08 0 0.85 0.62 65.78 0.73 0.22
Hex 5A 62 F 8 0 55 3E 42 49 16
Octal 132 142 17 10 0 125 76 102 111 26
Binary 1011010 1100010 1111 1000 0 1010101 111110 1000010 1001001 10110

Color Harmonies of #5A620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A620F

Black with #5A620F

Text Example


Text Example

White with #5A620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,15); }

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

background-color css

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

 a { background-color: rgb(90,98,15); }

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

border-color css

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

 span { border-color: rgb(90,98,15); }

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