Html Css Color HEX #5A620D Fiji Green

📋 copy color: '#5A620D'

red 90 ◦ green 98 ◦ blue 13

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

Shades of Fiji Green #5A620D

Tints of Fiji Green #5A620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 44.78%
G = 48.76%
B = 6.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#5A620D (or 0x5A620D) is known color: Fiji Green. HEX triplet: 5A, 62 and 0D. RGB value is (90,98,13). Sum of RGB (Red+Green+Blue) = 90+98+13=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #5A620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A620D is #A59DF2. Grayscale: #565656. Windows color (decimal): -10853875 or 877146. OLE color: 877146.

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

Color convert

RGB 90 98 13 -
CMYK 0.08 0 0.87 0.62
HSL 65.65º 0.77% 0.22% -
HSV(B) 65.65º 0.87% 0.38% -
XYZ 8.66 10.94 2.04 -
YUV 85.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 90 98 13 0.08 0 0.87 0.62 65.65 0.77 0.22
Hex 5A 62 D 8 0 57 3E 42 4D 16
Octal 132 142 15 10 0 127 76 102 115 26
Binary 1011010 1100010 1101 1000 0 1010111 111110 1000010 1001101 10110

Color Harmonies of #5A620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A620D

Black with #5A620D

Text Example


Text Example

White with #5A620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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