Html Css Color HEX #616C1B Fiji Green

📋 copy color: '#616C1B'

red 97 ◦ green 108 ◦ blue 27

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

Shades of Fiji Green #616C1B

Tints of Fiji Green #616C1B

RGB

 RED value IS 97 (38.28% from 255) = 41.81%

 GREEN value IS 108 (42.58% from 255) = 46.55%

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

R = 41.81%
G = 46.55%
B = 11.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#616C1B (or 0x616C1B) is known color: Fiji Green. HEX triplet: 61, 6C and 1B. RGB value is (97,108,27). Sum of RGB (Red+Green+Blue) = 97+108+27=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #616C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C1B is #9E93E4. Grayscale: #5F5F5F. Windows color (decimal): -10392549 or 1797217. OLE color: 1797217.

HSL color Cylindrical-coordinate representation of color #616C1B: hue angle of 68.15º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #616C1B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 27 -
CMYK 0.10 0 0.75 0.58
HSL 68.15º 0.6% 0.26% -
HSV(B) 68.15º 0.75% 0.42% -
XYZ 10.49 13.35 3.06 -
YUV 95.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 97 108 27 0.10 0 0.75 0.58 68.15 0.6 0.26
Hex 61 6C 1B A 0 4B 3A 44 3C 1A
Octal 141 154 33 12 0 113 72 104 74 32
Binary 1100001 1101100 11011 1010 0 1001011 111010 1000100 111100 11010

Color Harmonies of #616C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C1B

Black with #616C1B

Text Example


Text Example

White with #616C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C1B; }

 p { color: rgb(97,108,27); }

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

background-color css

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

 a { background-color: rgb(97,108,27); }

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

border-color css

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

 span { border-color: rgb(97,108,27); }

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