Html Css Color HEX #61750C Fiji Green

📋 copy color: '#61750C'

red 97 ◦ green 117 ◦ blue 12

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

Shades of Fiji Green #61750C

Tints of Fiji Green #61750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 42.92%
G = 51.77%
B = 5.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#61750C (or 0x61750C) is known color: Fiji Green. HEX triplet: 61, 75 and 0C. RGB value is (97,117,12). Sum of RGB (Red+Green+Blue) = 97+117+12=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #61750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61750C is #9E8AF3. Grayscale: #636363. Windows color (decimal): -10390260 or 816481. OLE color: 816481.

HSL color Cylindrical-coordinate representation of color #61750C: hue angle of 71.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61750C is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 12 -
CMYK 0.17 0 0.90 0.54
HSL 71.43º 0.81% 0.25% -
HSV(B) 71.43º 0.9% 0.46% -
XYZ 11.36 15.29 2.7 -
YUV 99.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 97 117 12 0.17 0 0.90 0.54 71.43 0.81 0.25
Hex 61 75 C 11 0 5A 36 47 51 19
Octal 141 165 14 21 0 132 66 107 121 31
Binary 1100001 1110101 1100 10001 0 1011010 110110 1000111 1010001 11001

Color Harmonies of #61750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61750C

Black with #61750C

Text Example


Text Example

White with #61750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61750C; }

 p { color: rgb(97,117,12); }

 H1.HeaderClassName
 {
   color: #61750C;
 }
 .AnyTagClassName
 {
   color: #61750C;
 }
</style>

background-color css

<style>
 a { background-color: #61750C; }

 a { background-color: rgb(97,117,12); }

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

border-color css

<style>
 span { border-color: #61750C; }

 span { border-color: rgb(97,117,12); }

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