Html Css Color HEX #606426 Fiji Green

📋 copy color: '#606426'

red 96 ◦ green 100 ◦ blue 38

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

Shades of Fiji Green #606426

Tints of Fiji Green #606426

RGB

 RED value IS 96 (37.89% from 255) = 41.03%

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 41.03%
G = 42.74%
B = 16.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#606426 (or 0x606426) is known color: Fiji Green. HEX triplet: 60, 64 and 26. RGB value is (96,100,38). Sum of RGB (Red+Green+Blue) = 96+100+38=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #606426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606426 is #9F9BD9. Grayscale: #5B5B5B. Windows color (decimal): -10460122 or 2516064. OLE color: 2516064.

HSL color Cylindrical-coordinate representation of color #606426: hue angle of 63.87º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606426 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 38 -
CMYK 0.04 0 0.62 0.61
HSL 63.87º 0.45% 0.27% -
HSV(B) 63.87º 0.62% 0.39% -
XYZ 9.73 11.74 3.59 -
YUV 91.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 96 100 38 0.04 0 0.62 0.61 63.87 0.45 0.27
Hex 60 64 26 4 0 3E 3D 40 2D 1B
Octal 140 144 46 4 0 76 75 100 55 33
Binary 1100000 1100100 100110 100 0 111110 111101 1000000 101101 11011

Color Harmonies of #606426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606426

Black with #606426

Text Example


Text Example

White with #606426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606426; }

 p { color: rgb(96,100,38); }

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

background-color css

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

 a { background-color: rgb(96,100,38); }

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

border-color css

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

 span { border-color: rgb(96,100,38); }

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