Html Css Color HEX #628005 Fiji Green

📋 copy color: '#628005'

red 98 ◦ green 128 ◦ blue 5

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

Shades of Fiji Green #628005

Tints of Fiji Green #628005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.41%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 42.42%
G = 55.41%
B = 2.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#628005 (or 0x628005) is known color: Fiji Green. HEX triplet: 62, 80 and 05. RGB value is (98,128,5). Sum of RGB (Red+Green+Blue) = 98+128+5=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #628005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628005 is #9D7FFA. Grayscale: #696969. Windows color (decimal): -10321915 or 360546. OLE color: 360546.

HSL color Cylindrical-coordinate representation of color #628005: hue angle of 74.63º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #628005 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 128 5 -
CMYK 0.23 0 0.96 0.50
HSL 74.63º 0.92% 0.26% -
HSV(B) 74.63º 0.96% 0.5% -
XYZ 12.78 18.05 2.95 -
YUV 105.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 98 128 5 0.23 0 0.96 0.50 74.63 0.92 0.26
Hex 62 80 5 17 0 60 32 4B 5C 1A
Octal 142 200 5 27 0 140 62 113 134 32
Binary 1100010 10000000 101 10111 0 1100000 110010 1001011 1011100 11010

Color Harmonies of #628005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628005

Black with #628005

Text Example


Text Example

White with #628005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628005; }

 p { color: rgb(98,128,5); }

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

background-color css

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

 a { background-color: rgb(98,128,5); }

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

border-color css

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

 span { border-color: rgb(98,128,5); }

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