Html Css Color HEX #62740D Fiji Green

📋 copy color: '#62740D'

red 98 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #62740D

Tints of Fiji Green #62740D

RGB

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

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

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

R = 43.17%
G = 51.1%
B = 5.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#62740D (or 0x62740D) is known color: Fiji Green. HEX triplet: 62, 74 and 0D. RGB value is (98,116,13). Sum of RGB (Red+Green+Blue) = 98+116+13=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #62740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62740D is #9D8BF2. Grayscale: #636363. Windows color (decimal): -10324979 or 881762. OLE color: 881762.

HSL color Cylindrical-coordinate representation of color #62740D: hue angle of 70.49º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62740D is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 13 -
CMYK 0.16 0 0.89 0.55
HSL 70.49º 0.8% 0.25% -
HSV(B) 70.49º 0.89% 0.45% -
XYZ 11.36 15.12 2.7 -
YUV 98.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 98 116 13 0.16 0 0.89 0.55 70.49 0.8 0.25
Hex 62 74 D 10 0 59 37 46 50 19
Octal 142 164 15 20 0 131 67 106 120 31
Binary 1100010 1110100 1101 10000 0 1011001 110111 1000110 1010000 11001

Color Harmonies of #62740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62740D

Black with #62740D

Text Example


Text Example

White with #62740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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