Html Css Color HEX #61701D Fiji Green

📋 copy color: '#61701D'

red 97 ◦ green 112 ◦ blue 29

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

Shades of Fiji Green #61701D

Tints of Fiji Green #61701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 40.76%
G = 47.06%
B = 12.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#61701D (or 0x61701D) is known color: Fiji Green. HEX triplet: 61, 70 and 1D. RGB value is (97,112,29). Sum of RGB (Red+Green+Blue) = 97+112+29=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #61701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61701D is #9E8FE2. Grayscale: #626262. Windows color (decimal): -10391523 or 1929313. OLE color: 1929313.

HSL color Cylindrical-coordinate representation of color #61701D: hue angle of 70.84º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61701D is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 29 -
CMYK 0.13 0 0.74 0.56
HSL 70.84º 0.59% 0.28% -
HSV(B) 70.84º 0.74% 0.44% -
XYZ 10.95 14.22 3.33 -
YUV 98.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 97 112 29 0.13 0 0.74 0.56 70.84 0.59 0.28
Hex 61 70 1D D 0 4A 38 47 3B 1C
Octal 141 160 35 15 0 112 70 107 73 34
Binary 1100001 1110000 11101 1101 0 1001010 111000 1000111 111011 11100

Color Harmonies of #61701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61701D

Black with #61701D

Text Example


Text Example

White with #61701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61701D; }

 p { color: rgb(97,112,29); }

 H1.HeaderClassName
 {
   color: #61701D;
 }
 .AnyTagClassName
 {
   color: #61701D;
 }
</style>

background-color css

<style>
 a { background-color: #61701D; }

 a { background-color: rgb(97,112,29); }

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

border-color css

<style>
 span { border-color: #61701D; }

 span { border-color: rgb(97,112,29); }

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