Html Css Color HEX #606D1F Fiji Green

📋 copy color: '#606D1F'

red 96 ◦ green 109 ◦ blue 31

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

Shades of Fiji Green #606D1F

Tints of Fiji Green #606D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

 BLUE value IS 31 (12.5% from 255) = 13.14%

R = 40.68%
G = 46.19%
B = 13.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#606D1F (or 0x606D1F) is known color: Fiji Green. HEX triplet: 60, 6D and 1F. RGB value is (96,109,31). Sum of RGB (Red+Green+Blue) = 96+109+31=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #606D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D1F is #9F92E0. Grayscale: #606060. Windows color (decimal): -10457825 or 2059616. OLE color: 2059616.

HSL color Cylindrical-coordinate representation of color #606D1F: hue angle of 70º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #606D1F is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 31 -
CMYK 0.12 0 0.72 0.57
HSL 70º 0.56% 0.27% -
HSV(B) 70º 0.72% 0.43% -
XYZ 10.54 13.52 3.35 -
YUV 96.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 96 109 31 0.12 0 0.72 0.57 70 0.56 0.27
Hex 60 6D 1F C 0 48 39 46 38 1B
Octal 140 155 37 14 0 110 71 106 70 33
Binary 1100000 1101101 11111 1100 0 1001000 111001 1000110 111000 11011

Color Harmonies of #606D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D1F

Black with #606D1F

Text Example


Text Example

White with #606D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D1F; }

 p { color: rgb(96,109,31); }

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

background-color css

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

 a { background-color: rgb(96,109,31); }

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

border-color css

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

 span { border-color: rgb(96,109,31); }

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