Html Css Color HEX #61780C Fiji Green

📋 copy color: '#61780C'

red 97 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #61780C

Tints of Fiji Green #61780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.4%

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

R = 42.36%
G = 52.4%
B = 5.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#61780C (or 0x61780C) is known color: Fiji Green. HEX triplet: 61, 78 and 0C. RGB value is (97,120,12). Sum of RGB (Red+Green+Blue) = 97+120+12=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #61780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61780C is #9E87F3. Grayscale: #656565. Windows color (decimal): -10389492 or 817249. OLE color: 817249.

HSL color Cylindrical-coordinate representation of color #61780C: hue angle of 72.78º 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 #61780C is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 120 12 -
CMYK 0.19 0 0.90 0.53
HSL 72.78º 0.82% 0.26% -
HSV(B) 72.78º 0.9% 0.47% -
XYZ 11.71 16 2.82 -
YUV 100.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 97 120 12 0.19 0 0.90 0.53 72.78 0.82 0.26
Hex 61 78 C 13 0 5A 35 49 52 1A
Octal 141 170 14 23 0 132 65 111 122 32
Binary 1100001 1111000 1100 10011 0 1011010 110101 1001001 1010010 11010

Color Harmonies of #61780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61780C

Black with #61780C

Text Example


Text Example

White with #61780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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