Html Css Color HEX #62740E Fiji Green

📋 copy color: '#62740E'

red 98 ◦ green 116 ◦ blue 14

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

Shades of Fiji Green #62740E

Tints of Fiji Green #62740E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 42.98%
G = 50.88%
B = 6.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#62740E (or 0x62740E) is known color: Fiji Green. HEX triplet: 62, 74 and 0E. RGB value is (98,116,14). Sum of RGB (Red+Green+Blue) = 98+116+14=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #62740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62740E is #9D8BF1. Grayscale: #636363. Windows color (decimal): -10324978 or 947298. OLE color: 947298.

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

Color convert

RGB 98 116 14 -
CMYK 0.16 0 0.88 0.55
HSL 70.59º 0.78% 0.25% -
HSV(B) 70.59º 0.88% 0.45% -
XYZ 11.36 15.12 2.73 -
YUV 98.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 98 116 14 0.16 0 0.88 0.55 70.59 0.78 0.25
Hex 62 74 E 10 0 58 37 47 4E 19
Octal 142 164 16 20 0 130 67 107 116 31
Binary 1100010 1110100 1110 10000 0 1011000 110111 1000111 1001110 11001

Color Harmonies of #62740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62740E

Black with #62740E

Text Example


Text Example

White with #62740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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