Html Css Color HEX #61741B Fiji Green

📋 copy color: '#61741B'

red 97 ◦ green 116 ◦ blue 27

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

Shades of Fiji Green #61741B

Tints of Fiji Green #61741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 40.42%
G = 48.33%
B = 11.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#61741B (or 0x61741B) is known color: Fiji Green. HEX triplet: 61, 74 and 1B. RGB value is (97,116,27). Sum of RGB (Red+Green+Blue) = 97+116+27=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #61741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61741B is #9E8BE4. Grayscale: #646464. Windows color (decimal): -10390501 or 1799265. OLE color: 1799265.

HSL color Cylindrical-coordinate representation of color #61741B: hue angle of 72.81º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61741B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 27 -
CMYK 0.16 0 0.77 0.55
HSL 72.81º 0.62% 0.28% -
HSV(B) 72.81º 0.77% 0.45% -
XYZ 11.37 15.11 3.35 -
YUV 100.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 97 116 27 0.16 0 0.77 0.55 72.81 0.62 0.28
Hex 61 74 1B 10 0 4D 37 49 3E 1C
Octal 141 164 33 20 0 115 67 111 76 34
Binary 1100001 1110100 11011 10000 0 1001101 110111 1001001 111110 11100

Color Harmonies of #61741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61741B

Black with #61741B

Text Example


Text Example

White with #61741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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