Html Css Color HEX #62701C Fiji Green

📋 copy color: '#62701C'

red 98 ◦ green 112 ◦ blue 28

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

Shades of Fiji Green #62701C

Tints of Fiji Green #62701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 41.18%
G = 47.06%
B = 11.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#62701C (or 0x62701C) is known color: Fiji Green. HEX triplet: 62, 70 and 1C. RGB value is (98,112,28). Sum of RGB (Red+Green+Blue) = 98+112+28=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #62701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62701C is #9D8FE3. Grayscale: #626262. Windows color (decimal): -10325988 or 1863778. OLE color: 1863778.

HSL color Cylindrical-coordinate representation of color #62701C: hue angle of 70º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62701C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 28 -
CMYK 0.13 0 0.75 0.56
HSL 70º 0.6% 0.27% -
HSV(B) 70º 0.75% 0.44% -
XYZ 11.04 14.27 3.27 -
YUV 98.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 98 112 28 0.13 0 0.75 0.56 70 0.6 0.27
Hex 62 70 1C D 0 4B 38 46 3C 1B
Octal 142 160 34 15 0 113 70 106 74 33
Binary 1100010 1110000 11100 1101 0 1001011 111000 1000110 111100 11011

Color Harmonies of #62701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62701C

Black with #62701C

Text Example


Text Example

White with #62701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62701C; }

 p { color: rgb(98,112,28); }

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

background-color css

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

 a { background-color: rgb(98,112,28); }

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

border-color css

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

 span { border-color: rgb(98,112,28); }

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