Html Css Color HEX #5E6306 Fiji Green

📋 copy color: '#5E6306'

red 94 ◦ green 99 ◦ blue 6

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

Shades of Fiji Green #5E6306

Tints of Fiji Green #5E6306

RGB

 RED value IS 94 (37.11% from 255) = 47.24%

 GREEN value IS 99 (39.06% from 255) = 49.75%

 BLUE value IS 6 (2.73% from 255) = 3.02%

R = 47.24%
G = 49.75%
B = 3.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#5E6306 (or 0x5E6306) is known color: Fiji Green. HEX triplet: 5E, 63 and 06. RGB value is (94,99,6). Sum of RGB (Red+Green+Blue) = 94+99+6=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6306 is #A19CF9. Grayscale: #575757. Windows color (decimal): -10591482 or 418654. OLE color: 418654.

HSL color Cylindrical-coordinate representation of color #5E6306: hue angle of 63.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E6306 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 6 -
CMYK 0.05 0 0.94 0.61
HSL 63.23º 0.89% 0.21% -
HSV(B) 63.23º 0.94% 0.39% -
XYZ 9.11 11.32 1.88 -
YUV 86.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 94 99 6 0.05 0 0.94 0.61 63.23 0.89 0.21
Hex 5E 63 6 5 0 5E 3D 3F 59 15
Octal 136 143 6 5 0 136 75 77 131 25
Binary 1011110 1100011 110 101 0 1011110 111101 111111 1011001 10101

Color Harmonies of #5E6306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6306

Black with #5E6306

Text Example


Text Example

White with #5E6306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,6); }

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

background-color css

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

 a { background-color: rgb(94,99,6); }

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

border-color css

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

 span { border-color: rgb(94,99,6); }

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