Html Css Color HEX #648008 Fiji Green

📋 copy color: '#648008'

red 100 ◦ green 128 ◦ blue 8

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

Shades of Fiji Green #648008

Tints of Fiji Green #648008

RGB

 RED value IS 100 (39.45% from 255) = 42.37%

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 42.37%
G = 54.24%
B = 3.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#648008 (or 0x648008) is known color: Fiji Green. HEX triplet: 64, 80 and 08. RGB value is (100,128,8). Sum of RGB (Red+Green+Blue) = 100+128+8=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #648008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648008 is #9B7FF7. Grayscale: #6A6A6A. Windows color (decimal): -10190840 or 557156. OLE color: 557156.

HSL color Cylindrical-coordinate representation of color #648008: hue angle of 74º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648008 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 8 -
CMYK 0.22 0 0.94 0.50
HSL 74º 0.88% 0.27% -
HSV(B) 74º 0.94% 0.5% -
XYZ 13.02 18.17 3.05 -
YUV 105.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 100 128 8 0.22 0 0.94 0.50 74 0.88 0.27
Hex 64 80 8 16 0 5E 32 4A 58 1B
Octal 144 200 10 26 0 136 62 112 130 33
Binary 1100100 10000000 1000 10110 0 1011110 110010 1001010 1011000 11011

Color Harmonies of #648008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648008

Black with #648008

Text Example


Text Example

White with #648008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648008; }

 p { color: rgb(100,128,8); }

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

background-color css

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

 a { background-color: rgb(100,128,8); }

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

border-color css

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

 span { border-color: rgb(100,128,8); }

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