Html Css Color HEX #62770D Fiji Green

📋 copy color: '#62770D'

red 98 ◦ green 119 ◦ blue 13

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

Shades of Fiji Green #62770D

Tints of Fiji Green #62770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.74%

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

R = 42.61%
G = 51.74%
B = 5.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#62770D (or 0x62770D) is known color: Fiji Green. HEX triplet: 62, 77 and 0D. RGB value is (98,119,13). Sum of RGB (Red+Green+Blue) = 98+119+13=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #62770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62770D is #9D88F2. Grayscale: #656565. Windows color (decimal): -10324211 or 882530. OLE color: 882530.

HSL color Cylindrical-coordinate representation of color #62770D: hue angle of 71.89º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62770D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 13 -
CMYK 0.18 0 0.89 0.53
HSL 71.89º 0.8% 0.26% -
HSV(B) 71.89º 0.89% 0.47% -
XYZ 11.71 15.82 2.82 -
YUV 100.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 98 119 13 0.18 0 0.89 0.53 71.89 0.8 0.26
Hex 62 77 D 12 0 59 35 48 50 1A
Octal 142 167 15 22 0 131 65 110 120 32
Binary 1100010 1110111 1101 10010 0 1011001 110101 1001000 1010000 11010

Color Harmonies of #62770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62770D

Black with #62770D

Text Example


Text Example

White with #62770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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