Html Css Color HEX #606425 Fiji Green

📋 copy color: '#606425'

red 96 ◦ green 100 ◦ blue 37

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

Shades of Fiji Green #606425

Tints of Fiji Green #606425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 41.2%
G = 42.92%
B = 15.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#606425 (or 0x606425) is known color: Fiji Green. HEX triplet: 60, 64 and 25. RGB value is (96,100,37). Sum of RGB (Red+Green+Blue) = 96+100+37=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #606425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606425 is #9F9BDA. Grayscale: #5B5B5B. Windows color (decimal): -10460123 or 2450528. OLE color: 2450528.

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

Color convert

RGB 96 100 37 -
CMYK 0.04 0 0.63 0.61
HSL 63.81º 0.46% 0.27% -
HSV(B) 63.81º 0.63% 0.39% -
XYZ 9.71 11.73 3.5 -
YUV 91.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 96 100 37 0.04 0 0.63 0.61 63.81 0.46 0.27
Hex 60 64 25 4 0 3F 3D 40 2E 1B
Octal 140 144 45 4 0 77 75 100 56 33
Binary 1100000 1100100 100101 100 0 111111 111101 1000000 101110 11011

Color Harmonies of #606425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606425

Black with #606425

Text Example


Text Example

White with #606425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606425; }

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

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

background-color css

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

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

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

border-color css

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

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

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