Html Css Color HEX #617A0C Fiji Green

📋 copy color: '#617A0C'

red 97 ◦ green 122 ◦ blue 12

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

Shades of Fiji Green #617A0C

Tints of Fiji Green #617A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.81%

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

R = 41.99%
G = 52.81%
B = 5.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#617A0C (or 0x617A0C) is known color: Fiji Green. HEX triplet: 61, 7A and 0C. RGB value is (97,122,12). Sum of RGB (Red+Green+Blue) = 97+122+12=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #617A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617A0C is #9E85F3. Grayscale: #666666. Windows color (decimal): -10388980 or 817761. OLE color: 817761.

HSL color Cylindrical-coordinate representation of color #617A0C: hue angle of 73.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #617A0C is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 122 12 -
CMYK 0.20 0 0.90 0.52
HSL 73.64º 0.82% 0.26% -
HSV(B) 73.64º 0.9% 0.48% -
XYZ 11.96 16.49 2.9 -
YUV 101.99 77.22 124.44 -
System Red Green Blue C M Y K H S L
Decimal 97 122 12 0.20 0 0.90 0.52 73.64 0.82 0.26
Hex 61 7A C 14 0 5A 34 4A 52 1A
Octal 141 172 14 24 0 132 64 112 122 32
Binary 1100001 1111010 1100 10100 0 1011010 110100 1001010 1010010 11010

Color Harmonies of #617A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A0C

Black with #617A0C

Text Example


Text Example

White with #617A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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