Html Css Color HEX #627012 Fiji Green

📋 copy color: '#627012'

red 98 ◦ green 112 ◦ blue 18

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

Shades of Fiji Green #627012

Tints of Fiji Green #627012

RGB

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

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

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

R = 42.98%
G = 49.12%
B = 7.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#627012 (or 0x627012) is known color: Fiji Green. HEX triplet: 62, 70 and 12. RGB value is (98,112,18). Sum of RGB (Red+Green+Blue) = 98+112+18=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #627012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627012 is #9D8FED. Grayscale: #616161. Windows color (decimal): -10325998 or 1208418. OLE color: 1208418.

HSL color Cylindrical-coordinate representation of color #627012: hue angle of 68.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627012 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 18 -
CMYK 0.13 0 0.84 0.56
HSL 68.94º 0.72% 0.25% -
HSV(B) 68.94º 0.84% 0.44% -
XYZ 10.94 14.23 2.74 -
YUV 97.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 98 112 18 0.13 0 0.84 0.56 68.94 0.72 0.25
Hex 62 70 12 D 0 54 38 45 48 19
Octal 142 160 22 15 0 124 70 105 110 31
Binary 1100010 1110000 10010 1101 0 1010100 111000 1000101 1001000 11001

Color Harmonies of #627012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627012

Black with #627012

Text Example


Text Example

White with #627012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627012; }

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

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

background-color css

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

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

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

border-color css

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

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

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