Html Css Color HEX #61731E Fiji Green

📋 copy color: '#61731E'

red 97 ◦ green 115 ◦ blue 30

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

Shades of Fiji Green #61731E

Tints of Fiji Green #61731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.52%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 40.08%
G = 47.52%
B = 12.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#61731E (or 0x61731E) is known color: Fiji Green. HEX triplet: 61, 73 and 1E. RGB value is (97,115,30). Sum of RGB (Red+Green+Blue) = 97+115+30=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #61731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61731E is #9E8CE1. Grayscale: #646464. Windows color (decimal): -10390754 or 1995617. OLE color: 1995617.

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

Color convert

RGB 97 115 30 -
CMYK 0.16 0 0.74 0.55
HSL 72.71º 0.59% 0.28% -
HSV(B) 72.71º 0.74% 0.45% -
XYZ 11.29 14.9 3.51 -
YUV 99.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 97 115 30 0.16 0 0.74 0.55 72.71 0.59 0.28
Hex 61 73 1E 10 0 4A 37 49 3B 1C
Octal 141 163 36 20 0 112 67 111 73 34
Binary 1100001 1110011 11110 10000 0 1001010 110111 1001001 111011 11100

Color Harmonies of #61731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61731E

Black with #61731E

Text Example


Text Example

White with #61731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61731E; }

 p { color: rgb(97,115,30); }

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

background-color css

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

 a { background-color: rgb(97,115,30); }

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

border-color css

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

 span { border-color: rgb(97,115,30); }

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