Html Css Color HEX #627000 Fiji Green

📋 copy color: '#627000'

red 98 ◦ green 112 ◦ blue 0

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

Shades of Fiji Green #627000

Tints of Fiji Green #627000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#627000 (or 0x627000) is known color: Fiji Green. HEX triplet: 62, 70 and 00. RGB value is (98,112,0). Sum of RGB (Red+Green+Blue) = 98+112+0=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #627000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627000 is #9D8FFF. Grayscale: #5F5F5F. Windows color (decimal): -10326016 or 28770. OLE color: 28770.

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

Color convert

RGB 98 112 0 -
CMYK 0.13 0 1 0.56
HSL 67.5º 1% 0.22% -
HSV(B) 67.5º 1% 0.44% -
XYZ 10.83 14.19 2.17 -
YUV 95.05 74.36 130.11 -
System Red Green Blue C M Y K H S L
Decimal 98 112 0 0.13 0 1 0.56 67.5 1 0.22
Hex 62 70 0 D 0 64 38 44 64 16
Octal 142 160 0 15 0 144 70 104 144 26
Binary 1100010 1110000 0 1101 0 1100100 111000 1000100 1100100 10110

Color Harmonies of #627000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627000

Black with #627000

Text Example


Text Example

White with #627000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627000; }

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

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

background-color css

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

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

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

border-color css

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

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

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