Html Css Color HEX #617512 Fiji Green

📋 copy color: '#617512'

red 97 ◦ green 117 ◦ blue 18

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

Shades of Fiji Green #617512

Tints of Fiji Green #617512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 41.81%
G = 50.43%
B = 7.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#617512 (or 0x617512) is known color: Fiji Green. HEX triplet: 61, 75 and 12. RGB value is (97,117,18). Sum of RGB (Red+Green+Blue) = 97+117+18=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #617512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617512 is #9E8AED. Grayscale: #646464. Windows color (decimal): -10390254 or 1209697. OLE color: 1209697.

HSL color Cylindrical-coordinate representation of color #617512: hue angle of 72.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #617512 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 18 -
CMYK 0.17 0 0.85 0.54
HSL 72.12º 0.73% 0.26% -
HSV(B) 72.12º 0.85% 0.46% -
XYZ 11.4 15.31 2.93 -
YUV 99.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 97 117 18 0.17 0 0.85 0.54 72.12 0.73 0.26
Hex 61 75 12 11 0 55 36 48 49 1A
Octal 141 165 22 21 0 125 66 110 111 32
Binary 1100001 1110101 10010 10001 0 1010101 110110 1001000 1001001 11010

Color Harmonies of #617512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617512

Black with #617512

Text Example


Text Example

White with #617512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617512; }

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

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

background-color css

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

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

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

border-color css

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

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

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