Html Css Color HEX #627413 Fiji Green

📋 copy color: '#627413'

red 98 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #627413

Tints of Fiji Green #627413

RGB

 RED value IS 98 (38.67% from 255) = 42.06%

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 42.06%
G = 49.79%
B = 8.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#627413 (or 0x627413) is known color: Fiji Green. HEX triplet: 62, 74 and 13. RGB value is (98,116,19). Sum of RGB (Red+Green+Blue) = 98+116+19=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #627413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627413 is #9D8BEC. Grayscale: #636363. Windows color (decimal): -10324973 or 1274978. OLE color: 1274978.

HSL color Cylindrical-coordinate representation of color #627413: hue angle of 71.13º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627413 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 19 -
CMYK 0.16 0 0.84 0.55
HSL 71.13º 0.72% 0.26% -
HSV(B) 71.13º 0.84% 0.45% -
XYZ 11.4 15.13 2.94 -
YUV 99.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 98 116 19 0.16 0 0.84 0.55 71.13 0.72 0.26
Hex 62 74 13 10 0 54 37 47 48 1A
Octal 142 164 23 20 0 124 67 107 110 32
Binary 1100010 1110100 10011 10000 0 1010100 110111 1000111 1001000 11010

Color Harmonies of #627413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627413

Black with #627413

Text Example


Text Example

White with #627413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627413; }

 p { color: rgb(98,116,19); }

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

background-color css

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

 a { background-color: rgb(98,116,19); }

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

border-color css

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

 span { border-color: rgb(98,116,19); }

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