Html Css Color HEX #606D1B Fiji Green

📋 copy color: '#606D1B'

red 96 ◦ green 109 ◦ blue 27

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

Shades of Fiji Green #606D1B

Tints of Fiji Green #606D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 41.38%
G = 46.98%
B = 11.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#606D1B (or 0x606D1B) is known color: Fiji Green. HEX triplet: 60, 6D and 1B. RGB value is (96,109,27). Sum of RGB (Red+Green+Blue) = 96+109+27=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #606D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D1B is #9F92E4. Grayscale: #606060. Windows color (decimal): -10457829 or 1797472. OLE color: 1797472.

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

Color convert

RGB 96 109 27 -
CMYK 0.12 0 0.75 0.57
HSL 69.51º 0.6% 0.27% -
HSV(B) 69.51º 0.75% 0.43% -
XYZ 10.49 13.5 3.09 -
YUV 95.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 96 109 27 0.12 0 0.75 0.57 69.51 0.6 0.27
Hex 60 6D 1B C 0 4B 39 46 3C 1B
Octal 140 155 33 14 0 113 71 106 74 33
Binary 1100000 1101101 11011 1100 0 1001011 111001 1000110 111100 11011

Color Harmonies of #606D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D1B

Black with #606D1B

Text Example


Text Example

White with #606D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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