Html Css Color HEX #627412 Fiji Green

📋 copy color: '#627412'

red 98 ◦ green 116 ◦ blue 18

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

Shades of Fiji Green #627412

Tints of Fiji Green #627412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 42.24%
G = 50%
B = 7.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#627412 (or 0x627412) is known color: Fiji Green. HEX triplet: 62, 74 and 12. RGB value is (98,116,18). Sum of RGB (Red+Green+Blue) = 98+116+18=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #627412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627412 is #9D8BED. Grayscale: #636363. Windows color (decimal): -10324974 or 1209442. OLE color: 1209442.

HSL color Cylindrical-coordinate representation of color #627412: hue angle of 71.02º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627412 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 18 -
CMYK 0.16 0 0.84 0.55
HSL 71.02º 0.73% 0.26% -
HSV(B) 71.02º 0.84% 0.45% -
XYZ 11.39 15.13 2.89 -
YUV 99.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 98 116 18 0.16 0 0.84 0.55 71.02 0.73 0.26
Hex 62 74 12 10 0 54 37 47 49 1A
Octal 142 164 22 20 0 124 67 107 111 32
Binary 1100010 1110100 10010 10000 0 1010100 110111 1000111 1001001 11010

Color Harmonies of #627412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627412

Black with #627412

Text Example


Text Example

White with #627412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627412; }

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

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

background-color css

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

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

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

border-color css

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

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

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