Html Css Color HEX #62741C Fiji Green

📋 copy color: '#62741C'

red 98 ◦ green 116 ◦ blue 28

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

Shades of Fiji Green #62741C

Tints of Fiji Green #62741C

RGB

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

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

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

R = 40.5%
G = 47.93%
B = 11.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#62741C (or 0x62741C) is known color: Fiji Green. HEX triplet: 62, 74 and 1C. RGB value is (98,116,28). Sum of RGB (Red+Green+Blue) = 98+116+28=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #62741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62741C is #9D8BE3. Grayscale: #646464. Windows color (decimal): -10324964 or 1864802. OLE color: 1864802.

HSL color Cylindrical-coordinate representation of color #62741C: hue angle of 72.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62741C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 28 -
CMYK 0.16 0 0.76 0.55
HSL 72.27º 0.61% 0.28% -
HSV(B) 72.27º 0.76% 0.45% -
XYZ 11.49 15.17 3.42 -
YUV 100.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 98 116 28 0.16 0 0.76 0.55 72.27 0.61 0.28
Hex 62 74 1C 10 0 4C 37 48 3D 1C
Octal 142 164 34 20 0 114 67 110 75 34
Binary 1100010 1110100 11100 10000 0 1001100 110111 1001000 111101 11100

Color Harmonies of #62741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62741C

Black with #62741C

Text Example


Text Example

White with #62741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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