Html Css Color HEX #61770C Fiji Green

📋 copy color: '#61770C'

red 97 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #61770C

Tints of Fiji Green #61770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.19%

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

R = 42.54%
G = 52.19%
B = 5.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#61770C (or 0x61770C) is known color: Fiji Green. HEX triplet: 61, 77 and 0C. RGB value is (97,119,12). Sum of RGB (Red+Green+Blue) = 97+119+12=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #61770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61770C is #9E88F3. Grayscale: #646464. Windows color (decimal): -10389748 or 816993. OLE color: 816993.

HSL color Cylindrical-coordinate representation of color #61770C: hue angle of 72.34º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61770C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 12 -
CMYK 0.18 0 0.90 0.53
HSL 72.34º 0.82% 0.26% -
HSV(B) 72.34º 0.9% 0.47% -
XYZ 11.59 15.76 2.78 -
YUV 100.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 97 119 12 0.18 0 0.90 0.53 72.34 0.82 0.26
Hex 61 77 C 12 0 5A 35 48 52 1A
Octal 141 167 14 22 0 132 65 110 122 32
Binary 1100001 1110111 1100 10010 0 1011010 110101 1001000 1010010 11010

Color Harmonies of #61770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61770C

Black with #61770C

Text Example


Text Example

White with #61770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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